@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@if(hasAccessOf('estimates')['is_write']) @lang('modules.estimates.createEstimate') @endif
@endsection @push('head-script') @endpush @section('content') @section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
@lang('app.status')
{{----}}
@endsection
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') @if($global->locale == 'en') @else @endif {!! $dataTable->scripts() !!} @endpush