@extends('layouts.app') @section('custom-css') @endsection @section('content')
Financial Report
@foreach($vendorFinancialsReport as $financial) @endforeach
# Invoice # Vendor Cashier Amount AHL Commission Remarks Date From Date To Amount Pay Date Action Invoice
{{ $loop->iteration }} Invoice #: {{$financial->invoice_number}} {{$financial->vendorName->vendor_name}} {{$financial->cashierName->name}} {{$financial->amount}} {{$financial->ahl_commission}} {{$financial->remarks}} {{date('d M Y', strtoTime($financial->date_from))}} {{date('d M Y', strtoTime($financial->date_to))}} {{date('d M Y H:i A', strtoTime($financial->created_at))}} @if($financial->financial_report) @endif
@endsection @section('custom-js') @endsection