Update pirep_card.blade.php (#1282)
Added Pilot name in card to know who have submitted the pirep.
This commit is contained in:
parent
40c911ff17
commit
d64e674c21
@ -16,6 +16,11 @@
|
|||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
<div>
|
||||||
|
<span class="description">
|
||||||
|
<b>Pilot</b> {{ $pirep->user->name }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="description">
|
<span class="description">
|
||||||
<b>DEP</b> {{ $pirep->dpt_airport_id }}
|
<b>DEP</b> {{ $pirep->dpt_airport_id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user