@extends('layouts.app') @section('title', __('expense.list')) @section('css') @endsection @section('content')
{{ __('expense.list') }}
@can('expense.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.date') }} {{ __('expense.number') }} {{ __('expense.category.category') }} {{ __('expense.subcategory.subcategory') }} {{ __('payment.amount') }} {{ __('payment.payment_type') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection