@extends('Admin.layout.app') @section('content') @if(session('success'))
{!! session('success') !!}
@endif
View Airportinfo
Title {{strtoupper($airportinfo->title)?:"-"}}
Banner Title {{strtoupper($airportinfo->banner_title)?:"-"}}
Url {{($airportinfo->url)?:"-"}}
Banner Description {{($airportinfo->banner_description !="")?ucwords($airportinfo->banner_description):"-"}}
Meta Title {{($airportinfo->meta_title !="")?ucwords($airportinfo->meta_title):"-"}}
Meta Keyword {{($airportinfo->meta_keyword !="")?ucwords($airportinfo->meta_keyword):"-"}}
Country {{($airportinfo->country !="")?ucwords($airportinfo->countryValue->title):"-"}}
State {{($airportinfo->state !="")?ucwords($airportinfo->state):"-"}}
Airport Name {{($airportinfo->airport_name !="")?ucwords($airportinfo->airport_name):"-"}}
Is City {{($airportinfo->is_city)?"True" : "False"}}
Og tags {{($airportinfo->og_tags !="")?ucwords($airportinfo->og_tags):"-"}}
Script {{($airportinfo->ja_script !="")?ucwords($airportinfo->ja_script):"-"}}
Short Description {{($airportinfo->short_description)?:"-"}}
Meta Description {{($airportinfo->meta_description)?:"-"}}
Description @if($airportinfo->description!=""){!! $airportinfo->description !!}@else - @endif
Airport Location @if($airportinfo->airport_location!=""){!! $airportinfo->airport_location !!}@else - @endif
Faq Description @if($airportinfo->faq_description!=""){!! $airportinfo->faq_description !!}@else - @endif
Service @if($airportinfo->service_section!=""){!! $airportinfo->service_section !!}@else - @endif
Image Airport Image
Back
@endsection