Fix PIREP field error on file

This commit is contained in:
Nabeel Shahzad
2018-08-20 09:20:03 -05:00
parent 2dee3190ce
commit 5ee053cace
6 changed files with 15 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
<table class="table table-responsive table-hover" id="flight-fields-table">
@if(count($pirep->fields))
<thead>
<th></th>
<th>Value</th>
<th>Source</th>
</thead>
@endif
<tbody>
@foreach($pirep->fields as $field)
<tr>