@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Tax List
@endsection
@section('subcontent')
Tax List
ID |
Start Date |
End Date |
Amount |
Payment |
Status |
Action |
@include('../pages/transactions/create')
@include('../pages/transactions/addPayment')
@endsection
@section('script')
@endsection