@extends('layouts.admin') @push('script-page') @endpush @section('page-title') {{__('Vendor Statement')}} @endsection @push('script-page') @endpush @section('breadcrumb')
| {{__('Date')}} | {{__('Invoice')}} | {{__('Amount')}} | |||
|---|---|---|---|---|---|
| {{\Auth::user()->dateFormat($payment->date)}} | {{\Auth::user()->invoiceNumberFormat($payment->invoice_id)}} | {{\Auth::user()->priceFormat(($payment->amount))}} | |||
{{__('No Data Found')}} |
|||||
| {{__('TOTAL :')}} | @foreach($bill_payment as $key=>$payment) @php $total += $payment->amount; @endphp @endforeach | {{\Auth::user()->priceFormat($total)}} | |||