@extends('admin.template.layout') @section('header') @stop @section('content')
Total: {{$testimonial->count()}} Web Banners
@if(GetUserPermissions('testimonials_view')) Create Web Banner @endif
@foreach ($testimonial as $category) @endforeach
# Image Name Created Date Status Action
{{ $i }}
{{ $category->name }} {{web_date_in_timezone($category->created_at,config('global.datetime_format'))}}
@stop @section('script') @stop