{{$booking->ref_no}}

{!! Form::open(['url' => action('CancellationController@refund'), 'method' => 'post', 'id' => 'cancel_add_form' ]) !!}
{!! Form::label('amount', 'Amount') !!} {!! Form::number('amount', null, ['class' => 'form-control', 'id' => 'amount']); !!}
{!! Form::label('note', 'Note') !!} {!! Form::textarea('note', null, ['class' => 'form-control', 'rows' => 3, 'id' => 'details']); !!}
{!! Form::close() !!}