{{ Form::open(['route' => ['frontdesk.receipt.store'], 'method' => 'post', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) }}
{{-- Due information --}}
{{-- Advance List --}}
@if ($advance_lists != null)
@endif
{{-- Advance List End --}}
{{ Form::text('date', null, ['class' => 'form-control fd_bs_datepicker', 'id' => 'cheque_date']) }}
@error('date')
{{ $message }}
@enderror
{{ Form::text('cheque_or_transaction_number', null, ['class' => 'form-control', 'id' => 'cheque_number']) }}
@error('cheque_number')
{{ $message }}
@enderror
@if ($message = Session::get('sms'))
{{ $message }}
@endif
{{-- Checkin List --}}
{{-- @if ($checkin_lists != null) --}}
{{-- --}}
{{-- @endif --}}
{{ Form::close() }}