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

{{$head ?? '' }}

@if($photoCategory ?? '' && $photoCategory->id ?? '') @method('PUT') @endif @csrf

{{meta('gallery_title', getCurrentLocale()) ?? 'gallery title'}}

descriptions->first()->name : "") }}'/>
descriptions->first()->slug : "") }}'/>
@if ($photoCategory ?? false) @foreach ($photoCategory['photos'] as $photo)
@foreach (languages() as $language) @endforeach
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection