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

New Debit Entry

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