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

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

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