Fares assigned to the current flight. These can be overridden, otherwise, the values used come from the subfleet of the aircraft that the flight is filed with. Only assign the fares you want to override.
| name | code | capacity | price | cost | |
|---|---|---|---|---|---|
| {!! $atf->name !!} | {!! $atf->code !!} | {!! $atf->pivot->capacity !!} | {!! $atf->pivot->price !!} | {!! $atf->pivot->cost !!} | {!! Form::open(['url' => '/admin/flights/'.$flight->id.'/fares', 'method' => 'delete', 'class' => 'pjax_fares_form' ]) !!} {!! Form::hidden('fare_id', $atf->id) !!} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon']) !!} {!! Form::close() !!} |