{!! Form::label('name', 'Name:') !!}

{{ $bookings->name }}

{!! Form::label('phone', 'Phone:') !!}

{{ $bookings->phone }}

{!! Form::label('email', 'Email:') !!}

{{ $bookings->email }}

{!! Form::label('seat_id', 'Seat Id:') !!}

{{ $bookings->seat_id }}

{!! Form::label('seat_name', 'Seat Name:') !!}

{{ $bookings->seat_name }}

{!! Form::label('branch_id', 'Branch Id:') !!}

{{ $bookings->branch_id }}

{!! Form::label('company_id', 'Company Id:') !!}

{{ $bookings->company_id }}

{!! Form::label('amount', 'Amount:') !!}

{{ $bookings->amount }}

{!! Form::label('discount', 'Discount:') !!}

{{ $bookings->discount }}

{!! Form::label('status', 'Status:') !!}

{{ $bookings->status }}

{!! Form::label('coupon_id', 'Coupon Id:') !!}

{{ $bookings->coupon_id }}

{!! Form::label('booking_time', 'Booking Time:') !!}

{{ $bookings->booking_time }}

{!! Form::label('created_by', 'Created By:') !!}

{{ $bookings->created_by }}

{!! Form::label('change', 'Change:') !!}

{{ $bookings->change }}

{!! Form::label('print', 'Print:') !!}

{{ $bookings->print }}

{!! Form::label('payment', 'Payment:') !!}

{{ $bookings->payment }}