{{ Form::open(['route' => ['frontdesk.receipt.store'], 'method' => 'post', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) }} {{-- Due information --}}
{{-- Advance List --}} @if ($advance_lists != null)| SL | CheckIn No | Amount | Adjusted Amount | Remaining Amount | Adjusment Amount | Select |
|---|---|---|---|---|---|---|
| {{ $i }} | {{$advance->reservation ? $advance->reservation->checkin_code ? $advance->reservation->checkin_code : $advance->reservation->resv_code: null}} | {{ $after_refund_advance }} | {{$advance_deduct->sum('amount')}} | {{ $remaining_amount}} | @if( $remaining_amount > 0) @endif |
| SL NO | CheckIn No. | {{--Total Bill | Vat | --}}Total Bill | Total Recieved | Commision | Discount | Amount | Balance |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{$checkin->checkin_code}} | @php @endphp | |||||||
| Grand Total | |||||||||