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

{{ __($pageTitle) }}

@lang('app.invoiceRecurring') @lang('app.create') @lang('app.timeLog') @lang('app.invoice') @lang('modules.invoices.addInvoice')
@endsection @push('head-script') @endpush @section('content')
@section('filter-section')
@lang('app.selectDateRange')
 
@if(in_array('projects', $modules))
@lang('app.project')
{{----}}
@endif
@lang('app.status')
{{----}}
@lang('app.client')
{{----}}
@endsection
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush