@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

Testimonials List

@include('admin.partials.flash_message') @if(count($testimonials) > 0) @foreach($testimonials as $k=>$u) @endforeach @else @endif
S.No Name Image Designation Action
{{ ++$k }} {{ $u->name }} @if($u->image) @else @endif {{ $u->designation }}  
No Data Found
S.No Name Image Designation Action
@endsection