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

{{$head ?? '' }}

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