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

{{$head ?? '' }}

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

{{meta('gallery_title', $local) ?? 'gallery title'}}

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