@extends ('back_office.layouts.app') @section('content')

{!! $dataTable->table() !!}
@push('styles') @endpush @push('scripts') {!! $dataTable->scripts() !!} @endpush @endsection