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

{{ $head ?? ''}}

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