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

{{ $head ?? ''}}

@if($article ?? '' && $article->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
image ?? "")}}"/>
Choose
@if ($article ?? false) @foreach ($article['photos'] as $photo)
@endforeach @endif
{{--End image container--}}
@endsection @section('inner_js') @endsection