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

@lang($pageTitle) - {{ ucwords($expense->item_name) }}

@endsection @push('head-script') @endpush @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush