@extends('layouts.main')
@section('title')
Manage Expenses
@endsection
@section('content')
Manage Expenses
Manage Expenses
ID |
Type |
By |
Amount |
Date |
Remark |
Actions |
ID |
Type |
By |
Amount |
Date |
Remark |
Actions |
@include('expenses.register')
@include('expenses.type-index')
@include('expenses.type-register')
@include('common.delete-confirm', ['subject' => 'Expense', 'route' => route('expenses-delete')])
@endsection
@section('extraJS')
@endsection