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

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

@method('put') @csrf
@if ($errors->has('residence_days')) {{ $errors->first('residence_days') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @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_days_count')) {{ $errors->first('car_days_count') }} @endif
@if ($errors->has('car_id')) {{ $errors->first('car_id') }} @endif
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- {{__('all.upload')}}--}} {{--
--}} {{--
--}} {{--
--}}
{{-- --}}
@stop @section('scripts') @include('dashboard.v1.package.scripts') @endsection