@if ($type == 'export') @endif @if ($type != 'export') @endif @if ($type != 'export') @endif @foreach ($transactions as $transaction) @if ($type != 'export') @endif @if ($type == 'export') @endif @if ($type != 'export') @endif @endforeach
No Faktur Total Metode PembayaranDiskon Uang Kembalian Status CatatanStatusTanggal TransaksiAksi
{{ $loop->iteration }} {{ $transaction->invoice }} @indo_currency($transaction->total) {{ $transaction->paymentMethod ? $transaction->paymentMethod->name : '-' }}{{ $transaction->status == 'paid' ? 'Lunas' : 'Hutang' }}@indo_currency($transaction->discount) {{ $transaction->amount ? indo_currency($transaction->amount) : 0 }} @indo_currency($transaction->change) {{ $transaction->status == 'paid' ? 'Lunas' : 'Hutang' }} {{ $transaction->note ? $transaction->note : '-' }}{{ $transaction->updated_at->locale('id')->isoFormat('dddd, D MMMM Y') }}
@csrf @method('DELETE')