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

{{ $head ?? ''}}

@if($article ?? '' && $article->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
image ?? "")}}"/>
Choose
@if($article ?? '' && $article->id) {{__('articles.download')}} @endif
@endsection @section('inner_js') @endsection