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

{{ $head ?? ''}}

@if($hotel ?? '' && $hotel->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
@if ($hotel ?? false) @foreach ($hotel['photos'] as $photo)
@endforeach @endif
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection