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

{{$head ?? '' }}

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