| {{ $i }} |
{{ $invoice->no_invoice }} |
{{ @$invoice->coload->nama }} |
{{ date('d/m/Y H:i', strtotime($invoice->created_at)) }} |
{{ ribuan($invoice->total_tagihan) }} |
{{-- {{$i%2 == 0 ? 'Active' : 'Pending'}} --}}
{{ config('custom.status_invoice.'.$invoice->status) }}
|
@php($i++)
@endforeach
@endif