Name | Code | Type | Capacity (default) | Price (default) | Cost (default) | |
---|---|---|---|---|---|---|
{{ $atf->name }} | {{ $atf->code }} | {{ \App\Models\Enums\FareType::label($atf->type) }} | {{ $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() }} |