Total Transaction:
${{$payments['total'] ?? 0}}
Total Paid:
${{$payments['paid'] ?? 0}}
Remaining:
${{$payments['remaining'] ?? 0}}
| S No. | Vendor Name | Product Name | Amount | Status | Date |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $item->user->name }}
{{ $item->user->email }} |
@if ($item->status == 'debit') {{ $item->order_product->product->name }} | @else No Product @endif${{ $item->amount }} | @if ($item->status == 'debit') Debit @elseif ($item->status == 'credit') Credit @endif | {{ $item->created_at->format('d M, Y') }} |
| Order ID | Vendor Name | Product Name | Amount | Status | Date |
{{ $data->links('pagination::custom-pagination') }}
--}}
@endsection
@push('css')
@endpush
@push('js')
@endpush