{{ Form::open(['url' => route('reservationlist'), 'method'=>'POST', 'name' => 'reservation_list', 'id' => 'reservation_list']) }}
{{ Form::text('datetimes', '', ['class' => 'form-control datetimes', 'id'=>'datetimes','style'=>'width:100%']) }}
{{ Form::button(' '. __('lbl.filter'), ["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }}
@if(Helper::checkAccess('nmi_transaction_view'))
{{ Form::button(' '.__('lbl.pdf'),["class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"pdf","name"=>"export",'type' => 'submit']) }}
{{ Form::button(' '. __('lbl.xlsx'), ["class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"xlsx","name"=>"export","type"=>"submit"])}}
@endif
{{ Form::close() }}
{{ __('lbl.member_id') }} | {{ __('lbl.first_name')}} | {{ __('lbl.last_name') }} | {{ __('lbl.email') }} | {{ __('lbl.phone_number') }} | {{ __('lbl.datetime_reservation') }} | {{ __('lbl.no_of_game_stations') }} | {{ __('lbl.type_of_console') }} | {{ __('lbl.duration_of_stay') }} |
---|