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