@extends('admin.layouts.layouts') @section('title', 'Expenses') @section('content')
@can('expense-create') Create @endcan
# Employee Amount Status Period Created At Actions
@endsection @section('page-js') @endsection