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

Hajj Package/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('hajj_type_id')) {{ $errors->first('hajj_type_id') }} @endif
@if ($errors->has('economy_price')) {{ $errors->first('economy_price') }} @endif
@if ($errors->has('premium_price')) {{ $errors->first('premium_price') }} @endif
@if ($errors->has('package_star')) {{ $errors->first('package_star') }} @endif
@if ($errors->has('package_night')) {{ $errors->first('package_night') }} @endif

Package Includes

Thumb Image

(Recommended size: 312 × 211 pixels, Max file size: 500KB) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('image_title')) {{ $errors->first('image_title') }} @endif

Package Image

Package Details

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

Makkhah Hotel

@error('makkah_hotel_id') {{ $message }} @enderror
@if ($errors->has('makkah_night')) {{ $errors->first('makkah_night') }} @endif

Madinah Hotel

@error('madinah_hotel_id') {{ $message }} @enderror
@if ($errors->has('madinah_night')) {{ $errors->first('madinah_night') }} @endif

Al-Aziziyah Hotel

{{-- Package Includes --}}

Package Includes

@if ($errors->has('includes_heading')) {{ $errors->first('includes_heading') }} @endif
{{-- Stays In Packages --}}

Stays In Packages

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

FAQS

@if ($errors->has('faqs_heading')) {{ $errors->first('faqs_heading') }} @endif
@if ($errors->has('faqs_subheading')) {{ $errors->first('faqs_subheading') }} @endif
(Recommended size: 668 × 421 pixels, Max file size: 500KB) @if ($errors->has('faq_image_url')) {{ $errors->first('faq_image_url') }} @endif
@if ($errors->has('faq_image_alt')) {{ $errors->first('faq_image_alt') }} @endif
@for ($i = 0; $i < 20; $i++)
@endfor

Widgets/Modules Before Content

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

Seo Friendly Fields

@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 ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@endsection @section('script') @endsection