Fix pirep->ident usage issues (#1347)
* Update table.blade.php * Update show.blade.php * Update pirep_card.blade.php * Update latest_pireps.blade.php * Update ProfileController.php Removed non used airports, added necessary relationships for eager loading. Also removed `fields` 'cause it is already being loaded when `fields.field` is used. No need to query it twice. * Update ProfileController.php
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<h2>{{ $pirep->airline->icao }}{{ $pirep->ident }}
|
||||
: {{ $pirep->dpt_airport_id }} to {{ $pirep->arr_airport_id }}</h2>
|
||||
<h2>{{ $pirep->ident }} : {{ $pirep->dpt_airport_id }} to {{ $pirep->arr_airport_id }}</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4">
|
||||
|
||||
Reference in New Issue
Block a user