{{ __('Testimonials') }}

{{ __('Testimonials') }}

@adminCan('testimonial.create') {{ __('Add New') }} @endadminCan
@forelse ($testimonials as $testimonial) @empty @endforelse
{{ __('SN') }} {{ __('Name') }} {{ __('Designation') }} {{ __('Image') }} {{ __('Status') }} {{ __('Action') }}
{{ $loop->index + 1 }} {{ $testimonial->name }} {{ $testimonial->designation }} status ? 'checked' : '' }} data-toggle="toggle" data-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
{{ $testimonials->onEachSide(3)->onEachSide(3)->links() }}