{{ $errors->first('value') }}
Name | Code | Capacity | Price | Cost | Actions |
---|---|---|---|---|---|
{{ $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-danger btn-xs']) }} {{ Form::close() }} |