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

{{$head ?? '' }}

@if($hotel ?? '' && $hotel->id) @method('PUT') @endif @csrf
@if(count($hotelRooms ?? [])) @foreach($hotelRooms as $hotelRoom)
{{__('hotels.show_dates')}}
@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
@include('admin/hotels/modals/location') @include('admin/hotels/modals/add_room') @include('admin/hotels/modals/edit_room') @endsection @section('inner_js') {{-- --}} {{-- --}} @endsection