@include('user.sidebar')
SL | Invoice No | Total Persons | Paid Amount | Payment Method | Payment Status | Action |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->invoice_no }} | {{ $item->total_person }} | ${{ $item->paid_amount }} | {{ $item->payment_method }} |
@if($item->payment_status == 'Completed')
Completed
@else
Pending
@endif
|
Detail Invoice |