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

{{$head ?? '' }}

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

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

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