Name | Code | Capacity (default) | Price (default) | Cost (default) | |
---|---|---|---|---|---|
{{ $atf->name }} | {{ $atf->code }} | {{ $atf->pivot->capacity }} ({{ $atf->capacity }}) | {{ $atf->pivot->price }} ({{ $atf->price }}) | {{ $atf->pivot->cost }} ({{ $atf->cost}}) | {{ Form::open(['url' => '/admin/subfleets/'.$subfleet->id.'/fares', 'method' => 'delete', 'class' => 'rm_fare' ]) }} {{ Form::hidden('fare_id', $atf->id) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon']) }} {{ Form::close() }} |