@adminCan('testimonial.create')
@endadminCan
{{ __('SN') }} | {{ __('Name') }} | {{ __('Designation') }} | {{ __('Image') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $testimonial->name }} | {{ $testimonial->designation }} | status ? 'checked' : '' }} data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger"> |
@adminCan('testimonial.edit')
|
{{ $testimonials->onEachSide(3)->onEachSide(3)->links() }}