cleanup some templates

This commit is contained in:
Nabeel Shahzad
2018-02-26 19:23:22 -06:00
parent cdd5fc749c
commit e6d78f3e22
7 changed files with 16 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
<table id="flight_fares"
class="table table-hover"
role="grid" aria-describedby="aircraft_fares_info">
@if(count($flight->fares))
<thead>
<tr role="row">
<th>Name</th>
@@ -26,6 +27,7 @@
<th>Actions</th>
</tr>
</thead>
@endif
<tbody>
@foreach($flight->fares as $atf)
<tr>