Room Charges
@if (session()->has('message'))
{!! session('message') !!}
@endif
@if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $this->RecList->total() }} records.
@else
You have selected {{ count($checked) }} records, Do you want to
Select All {{ $this->RecList->total() }} records?
@endif
@endif
| Room Type | Capacity | Charges | Effective From | Status | Action | |
|---|---|---|---|---|---|---|
| {{ $recDetail->room_type }} | {{ $recDetail->capacity }} | {{ $recDetail->charge }} | {{ $recDetail->effective_from }} |
{{ $recList->links() }}