@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

@include('layouts.message')
{{$heading}}
@foreach($records as $key=>$record) @endforeach {{--@endforeach--}}
Name Status Visibility Action
{{csrf_field()}}
status) checked @endif /> @if ($record->status == 1) @else @endif
{{csrf_field()}}
visible) checked @endif name="menu" /> @if ($record->visible == 1) @else @endif
Manage Testimonials {{----}} {{--@if(count($record->image) == 0)--}} @if(count($record->testimonials) == 0) @endif
@endsection