{!! Form::label('name', 'Name:') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('phone', 'Phone:') !!}
{!! Form::text('phone', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('email', 'Email:') !!}
{!! Form::email('email', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('seat_id', 'Seat Id:') !!}
{!! Form::number('seat_id', null, ['class' => 'form-control']) !!}
{!! Form::label('seat_name', 'Seat Name:') !!}
{!! Form::text('seat_name', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('branch_id', 'Branch Id:') !!}
{!! Form::number('branch_id', null, ['class' => 'form-control']) !!}
{!! Form::label('company_id', 'Company Id:') !!}
{!! Form::number('company_id', null, ['class' => 'form-control']) !!}
{!! Form::label('amount', 'Amount:') !!}
{!! Form::number('amount', null, ['class' => 'form-control']) !!}
{!! Form::label('discount', 'Discount:') !!}
{!! Form::number('discount', null, ['class' => 'form-control']) !!}
{!! Form::label('coupon_id', 'Coupon Id:') !!}
{!! Form::number('coupon_id', null, ['class' => 'form-control']) !!}
{!! Form::label('booking_time', 'Booking Time:') !!}
{!! Form::text('booking_time', null, ['class' => 'form-control','id'=>'booking_time']) !!}
@push('page_scripts')
@endpush
{!! Form::label('created_by', 'Created By:') !!}
{!! Form::number('created_by', null, ['class' => 'form-control']) !!}
{!! Form::label('change', 'Change:') !!}
{!! Form::number('change', null, ['class' => 'form-control']) !!}