@extends('dashboard.v1.index') @section('title', __('all.packages')) @section('content')

{{__('all.packages')}}

@csrf @method('PATCH')
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@if ($errors->has('residence_days')) {{ $errors->first('residence_days') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('expire_date') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('hotel_category_id')) {{ $errors->first('hotel_category_id') }} @endif
@if ($errors->has('hotel_id')) {{ $errors->first('hotel_id') }} @endif
@if ($errors->has('room_category_id')) {{ $errors->first('room_category_id') }} @endif
@if ($errors->has('room_id')) {{ $errors->first('room_id') }} @endif
@if ($errors->has('car_type_id')) {{ $errors->first('car_type_id') }} @endif
@if ($errors->has('car_id')) {{ $errors->first('car_id') }} @endif
{{__('all.upload')}}
@stop