@if(!$viewfullpage) @endif @php $name = 'Outstanding payable'; @endphp @extends('admin.layouts.master') @section('title', $name) @section('content') @if($viewfullpage)
@endif
Filter
@include('admin.includes.msg')
@if(!empty($alldata)) @foreach($alldata as $key=>$val) @php $totalamount=0; @endphp @foreach($val as $k=>$v) @php $totalamount=$v['debit'] ? -$v['debit'] : $v['credit'] ; @endphp @endforeach @endforeach @endif
EFFECTIVE DATE VCH TYPE VCH NO DEBIT CREDIT
{{ \Carbon\Carbon::parse($key)->format('F j, Y') }}
@if($viewfullpage)
@endif @endsection