@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Transactions List
@endsection
@section('subcontent')
Add
{{--
--}}
Expense List
ID |
Title |
Account |
Amount |
Payment |
Payment Status |
Date |
Type |
Action |
@include('../pages/transactions/create')
@include('../pages/transactions/addPayment')
@endsection
@section('script')
@endsection