{!! 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::hidden('status', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('status', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('status', 'Status', ['class' => 'form-check-label']) !!}
{!! 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']) !!}
{!! Form::hidden('print', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('print', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('print', 'Print', ['class' => 'form-check-label']) !!}
{!! Form::hidden('payment', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('payment', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('payment', 'Payment', ['class' => 'form-check-label']) !!}