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

Holiday Package/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('package_description')) {{ $errors->first('package_description') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('package_star')) {{ $errors->first('package_star') }} @endif
@if ($errors->has('package_night')) {{ $errors->first('package_night') }} @endif
@if ($errors->has('holiday_type')) {{ $errors->first('holiday_type') }} @endif

Package Includes

Thumb Image

(Recommended size: 312 × 322 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

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
@endsection @section('script') @endsection