@if($aircraft) @foreach($aircraft->subfleet->fares as $fare) @endforeach
Fare Count
{{ $fare->name }} ({{ $fare->code }})
@if(isset($pirep) && $pirep->read_only)

{{ $pirep->{'fare_'.$fare->id} }}

{{ Form::hidden('fare_'.$fare->id) }} @else {{ Form::number('fare_'.$fare->id, null, [ 'class' => 'form-control', 'min' => 0, 'step' => '0.01', ]) }} @endif
@endif