{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if(auth()->user()->hasPermissionTo('admin.expense_reimbursement.add') || $hasAdminAccess) {!! Helper::getListAddBtn(route('expense-reimbursement.create'), 'Add Expense Reimbursement') !!} @endif
@include('backend.alerts') {!! $html->table() !!}
@endsection @section('scripts') {!! $html->scripts() !!} @endsection