@extends('adminlte::page') @section('title', 'Dashboard Service Testimonial') @section('content_header')

Dashboard Service Testimonial

Add
@stop @section('content')
@foreach ($testimonial as $blg) {{----}} {{----}} @endforeach
Image Title Name Rating Status Action
{{$blg->title}}{{substr(strip_tags($blg->description),0,40)}}{{$blg->name}} {{$blg->rating}} status == 'Y' ? 'checked' : '' }}>  {{($blg->status)?'Active':'Deactive'}}       {{-- --}}
@section('css') @stop @section('js') @stop @stop