From 7502c053bff4af9ae0bdd95c63fff7c58d33ef99 Mon Sep 17 00:00:00 2001 From: Maximiliano Fallico Date: Mon, 5 Apr 2021 18:05:28 -0300 Subject: [PATCH] Show Airline logo / icao to subfleets table (#1121) Will show the subfleet airline logo or icao in the admin flight create page table. Co-authored-by: Nabeel S --- resources/views/admin/flights/subfleets.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/views/admin/flights/subfleets.blade.php b/resources/views/admin/flights/subfleets.blade.php index c8eb6935..32e8ff34 100644 --- a/resources/views/admin/flights/subfleets.blade.php +++ b/resources/views/admin/flights/subfleets.blade.php @@ -13,6 +13,7 @@ @if(count($flight->subfleets)) + @@ -21,6 +22,12 @@ @foreach($flight->subfleets as $sf) +
Airline Type Name Actions
@if ($sf->airline->logo) + + @else +  {{ $sf->airline->icao }} + @endif + {{ $sf->type }} {{ $sf->name }}