@extends('layouts.main_without_top_button') @section('title') Creditors Reports @stop @section('navigation')
@stop @section('contentinner')
CREDITOR'S REPORT AS OF {{\Carbon\Carbon::parse($date)->toFormattedDateString()}} |
S/N | Name | Currency | Total Balance Outstanding | {{--Amount Due | --}}||
---|---|---|---|---|---|---|
{{++$index}} | {{$vendor->name}} | {{$vendor->default_currency}} | {{number_format($vendor->amount)}} | {{--*/ $dr_total +=0 /*--}} {{--*/ $cr_total +=0 /*--}}|||
TOTAL | --}} {{--{{number_format($dr_total,2)}} | --}} {{--