@extends('backend.layouts.app') @section('content') @include('backend.account.headerMenu')
Debit Entry

New Debit Entry

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Date Voucher No Expenditure Payment Amount-BDT Remarks File Action
Sl Date Voucher No Expenditure Payment Amount-BDT Remarks File Action
{{ ++$sl }} {{ date('d-m-Y',strtotime($m->date)) }} {{ $m->voucher_no }} {{ $m->expenditure['name'] }} {{ $m->payment_method['name'] }} {{ $m->amount }} {{ $m->remarks }} @if($m->file) @else N/A @endif
@endsection @section('modal_content') @endsection @section('page_script')> @endsection