@if ($addEstimatePermission == 'all' || $addEstimatePermission == 'added')
@lang('modules.estimates.createEstimate')
@lang('modules.estimates.estimateTemplate')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush