@if($print!=1)
@endif @if($print==1) @endif @if($print!=1)
{{ strtoupper($titleReport) }}
@endif @foreach($datas as $key => $data) @if(count($data->invoice) > 0) @foreach($data->invoice as $invoice) @endforeach @endif @endforeach
NO TARIKH MOHON PEMOHON PEMBEKAL KETERANGAN NILAI INVOICE
{{ ($key+1) }} {!! ( ($data->submitted_date!='') ? date( 'd/m/Y H:i', strtotime($data->submitted_date)) : date( 'd/m/Y H:i', strtotime($data->created_at))).(($data->permohonan_no!='') ? '
('.$data->permohonan_no.')' : '') !!}
{!! $data->pemohon->detail->users_detail_name.' ('.$data->pemohon->detail->users_detail_staffno.')' !!} {!! ($data->supplier_name!='') ? $data->supplier_name : '' !!} {!! ($data->supplier_code!='') ? '
('.$data->supplier_code.')' : '' !!}
{{ $data->perolehan_tajuk }} {{-- number_format($data->permohonan_final_amount,2) --}}
No Invoice: {{ $invoice->invoice_no }} (Catatan: {{ $invoice->invoice_remarks }}) {{ number_format($invoice->invoice_amount,2) }}
Jumlah Nilai Invoice (RM) {{ number_format($totalinvoice,2) }}
JUMLAH NILAI INVOICE {{ strtoupper(Globe::monthToString($month)).' '.$year }} (RM) {{ number_format($totalvalue,2) }}
@if($print!=1)

@endif @if($print!=1) @endif