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

Package/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if ($errors->has('star')) {{ $errors->first('star') }} @endif
@if ($errors->has('night')) {{ $errors->first('night') }} @endif
@if ($errors->has('holiday_type')) {{ $errors->first('holiday_type') }} @endif
@if ($errors->has('banner_heading')) {{ $errors->first('banner_heading') }} @endif
@if ($errors->has('banner_description')) {{ $errors->first('banner_description') }} @endif

Package Image

Thumbnail Image

(Recommended size: 407 × 302 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

Payment

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

Page Listing

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

Economy Price

@php $currentYear = now()->year; $years = range($currentYear, $currentYear + 2); $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'June', 'July', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; @endphp
@foreach($years as $year)

@foreach($months as $month)
@endforeach
@endforeach

Business Price

@php $currentYear = now()->year; $years = range($currentYear, $currentYear + 2); $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'June', 'July', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; @endphp
@foreach($years as $year)

@foreach($months as $month)
@endforeach
@endforeach

Inclusions

Package Activities

Add On's

Package Includes

Navbar

Widgets/Modules Content

@if ($errors->has('widgets_content')) {{ $errors->first('widgets_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