@extends('Admin.layout.app') @section('content') Update Airport Info @csrf @method('PUT') @if($errors->any()) {!! implode('', $errors->all(':message')) !!} @endif Title @error('title') {{ $message }} @enderror Banner Title @error('banner_title') {{ $message }} @enderror URL @error('url') {{ $message }} @enderror City Banner Description Meta Title Meta Keyword Select Country @foreach ($countries as $item ) country == $item->id)>{{$item->title}} @endforeach Country State Airport Name is_city == true)>True is_city == false)>False Is city {{ $airportinfo->og_tags }} Og tags {{ $airportinfo->ja_script }} Script Meta Description {{ $airportinfo->meta_description }} Short Description {{ $airportinfo->short_description }} @error('short_description') {{ $message }} @enderror {{ $airportinfo->description }} Description @error('description') {{ $message }} @enderror {{ $airportinfo->airport_location }} Airport Location {{$airportinfo->faq_description}} Faq {{$airportinfo->service_section}} Service @error('image') {{ $message }} @enderror Update @endsection @push('script') @endpush