@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
{{lang('Sl.No')}} | @can('Testimonial Delete')@endcan @cannot('Testimonial Delete') | @endcannot | {{lang('Name')}} | {{lang('Designation')}} | {{lang('Actions')}} |
---|---|---|---|---|---|
{{$i++}} | @if(Auth::user()->can('Testimonial Delete')) @else @endif | {{Str::limit($testimonial->name, '40')}} | {{Str::limit($testimonial->designation, '40')}} |