No Data Found
No | Flight Type | Airport From | Airport To | @lang("content.duration") (min) | Distance (km) | @lang("content.actions") |
---|---|---|---|---|---|---|
{{ $j + 1 }} | {{ $each->flightType ? $each->flightType->type : "" }} | {{ $each->fromAirport ? $each->fromAirport->iata : "" }} | {{ $each->toAirport ? $each->toAirport->iata : "" }} | {{ $each->duration }} | {{ $each->distance }} | {!! Form::open([ 'method' => 'POST', 'class' => 'inline', 'url' => url("/flight-route/restore/".$each->id) ]) !!} {!! Form::submit("Restore", ['class' => 'btn btn-primary btn-sm']) !!} {!! Form::close() !!} |