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

{{ $head ?? ''}}

@if($gallery ?? '' && $gallery->id) @method('PUT') @endif @csrf
@foreach(languages() as $language)
@endforeach {{--Start image container--}}
image ?? "")}}"/>
@if(strpos(($gallery->image ?? null), '.pdf')) @else @endif
{{__('dashboard.choose')}}
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection