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

{{ __($pageTitle) }}

@if($user->cans('add_invoices')) @lang('app.add') @lang('app.invoiceRecurring') @endif
@endsection @push('head-script') @endpush @section('content')
@if($user->cans('view_invoices')) @section('filter-section')
@lang('app.selectDateRange')
 
@if(in_array('projects', $modules))
@lang('app.project')
{{----}}
@endif
@lang('app.status')
{{----}}
@lang('app.client')
{{----}}
@endsection @endif
{!! $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