Thumb Image
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
@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