@extends('layouts.app') @section('title') {{__('Expenses')}} @endsection @section('breadcrumb')

{{__('Expenses')}}

@endsection @section('content')

{{__('Expenses Table')}}

@can('create_antibiotic') {{__('Create')}} @endcan
# {{__('Category')}} {{__('Date')}} {{__('Amount')}} {{__('Action')}}
@endsection @section('scripts') @endsection