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

{{ meta('new', $lang) ?? $head ?? '' }}

@if($location ?? '' && $location->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach
{{--Start image container--}}
@if (count($images)) @foreach ($images as $photo)
@endforeach @endif
{{--End image container--}} @if (!in_array($currentUserInfo->role, ['contributor']))
@endif
@endsection @section('inner_js') {{-- --}} {{-- --}} @endsection