@extends('admin.template.layout') @section('header') @stop @section('content')

Total: {{$testimonial->count()}} Testimonials

@if(GetUserPermissions('testimonials_view')) Create Testimonial @endif
@foreach ($testimonial as $category) @endforeach
# Image Name Designation Created Date Status Action
{{ $i }}
{{ $category->name }} {{ $category->designation }} {{web_date_in_timezone($category->created_at,config('global.datetime_format'))}}
@stop @section('script') @stop