@extends('admin.layouts.container') @section('css') @endsection @section('content')

{{$head ?? '' }}

@if($hotel ?? '' && $hotel->id) @method('PUT') @endif @csrf
{{--
--}} {{-- --}} {{--
--}} {{-- @if(count($added_service))--}} {{-- @foreach($added_service as $value => $service)--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if(count($rooms)) @foreach($rooms as $room)
id, $hotel['room_id'] ?? []) ? 'checked' : '' }} value="{{ $room->id }}" class="custom-control-input" id="room_type_{{ $room->id }}" name="room_type[{{$room->id}}]">
@endforeach @endif
@foreach(languages() as $language)
@endforeach
include_breakfast ?? null) ? 'checked' : '' }} value="1" class="custom-control-input" id="include_breakfast" name="include_breakfast">
@if ($hotel ?? false) @foreach ($hotel['images'] as $photo)
@endforeach @endif
@endsection @section('inner_js') {{-- --}} {{-- --}} @endsection