@extends('layout.admin') @section('styles') @endsection @section('content')

Holiday Country / Edit

{{csrf_field()}}
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if ($errors->has('page_title')) {{ $errors->first('page_title') }} @endif
@if ($errors->has('tagline')) {{ $errors->first('tagline') }} @endif
@if ($holiday_country->banner == 0) @else @endif
@if ($errors->has('banner_heading')) {{ $errors->first('banner_heading') }} @endif
(Recommended Size 500KB And For perfect view please Upload size of image 660 * 627 ) @if($holiday_country->images && $holiday_country->images->count())
Existing Images:
@foreach($holiday_country->images as $image)
{{ $image->alt }} {{-- Delete Icon and Hidden Checkbox --}} × {{-- Alt Text --}} {{-- Title Text --}}
@endforeach
@endif @if ($errors->has('banner_image')) {{ $errors->first('banner_image') }} @endif
(Recommended size: 174 × 120 pixels, Max file size: 500KB) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @endif @if($holiday_country->image_url) city Image @else city Image @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('image_title')) {{ $errors->first('image_title') }} @endif
@if ($holiday_country->search_engine == 0) @else @endif

FAQS

faqs_enable == 1) checked @endif> faqs_enable == 0) checked @endif>
@if ($errors->has('faqs_heading')) {{ $errors->first('faqs_heading') }} @endif
@if ($errors->has('faqs_subheading')) {{ $errors->first('faqs_subheading') }} @endif
@php $faqs = json_decode($holiday_country->faqs, true) ?? []; @endphp @for ($i = 0; $i < 20; $i++) @php $question = $faqs[$i]['question'] ?? ''; $answer = $faqs[$i]['answer'] ?? ''; $shouldShow = ($i == 0) || !empty($question); $style = $shouldShow ? '' : 'display:none;'; @endphp
@endfor

Scroll Content

@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Widgets/Modules Before Content

@if ($errors->has('widgets_content')) {{ $errors->first('widgets_content') }} @endif
@if ($errors->has('banner_section_content')) {{ $errors->first('banner_section_content') }} @endif

Seo Friendly Fields

@if ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@if ($errors->has('browser_title')) {{ $errors->first('browser_title') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('script')) {{ $errors->first('script') }} @endif
@if ($holiday_country->status == 0) @else @endif
@endsection @section('script') @endsection