diff --git a/Resources/views/exportPdf.blade.php b/Resources/views/exportPdf.blade.php index 9c5f894..8eb8e84 100644 --- a/Resources/views/exportPdf.blade.php +++ b/Resources/views/exportPdf.blade.php @@ -256,15 +256,15 @@ {{ $i++ }} {{ $limit->SHORT_NAME }} - {{ $approvalDate->format('d-m-Y') }} + {{ $approvalDate->format('Y-m-d') }} {{-- {{ $limit->COMPANY_NAME }} {{ $limit->ACCOUNT_TYPE }} --}} {{ $limit->LIMIT_CURRENCY }} {{ ($limit->AVAIL_AMT != 0.00) ? number_format($limit->AVAIL_AMT,2,',','.') : 'NIHIL'}} {{ $term }} {{ $limitPecent }} % - {{-- {{ $approvalDate->format('d-m-Y') }} --}} - {{ $expiryDate->format('d-m-Y')}} + {{-- {{ $approvalDate->format(''Y-m-d') }} --}} + {{ $expiryDate->format('Y-m-d')}} @if(count($noRek) > 1)