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

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

@csrf
@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('night_price')) {{ $errors->first('night_price') }} @endif
@if ($errors->has('floor_number')) {{ $errors->first('floor_number') }} @endif
@if ($errors->has('beds_number')) {{ $errors->first('beds_number') }} @endif
@if ($errors->has('is_children_available')) {{ $errors->first('is_children_available') }} @endif
@if ($errors->has('hotel_id')) {{ $errors->first('hotel_id') }} @endif
@if ($errors->has('room_category_id')) {{ $errors->first('room_category_id') }} @endif
{{__('all.upload')}}
@stop @section('scripts') @include('dashboard.v1.hotel.scripts') @endsection