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

@lang($pageTitle)

@lang('modules.expenses.addExpense')
@endsection @push('head-script') @endpush @section('content')
@section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
@lang('app.employee')
@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') @elseif($global->locale == 'br') @else @endif {!! $dataTable->scripts() !!} @endpush