@extends('backend.layouts.master') @section('title', __('static.testimonials.testimonials')) @section('content')
{{ __('static.testimonials.testimonials') }}
@can('backend.testimonial.create') @endcan @can('backend.testimonial.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush