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

{{$head ?? '' }}

@if($banner ?? '' && $banner->id) @method('PUT') @endif @csrf @if($banner->id == 2)
@endif @foreach($languages as $language)
@if($banner->id == 1)
@endif @endforeach
image_1 ?? "")}}"/>
{{__('dashboard.choose')}}
@if($banner->id == 2)
image_2 ?? "")}}"/>
{{__('dashboard.choose')}}
image_3 ?? "")}}"/>
{{__('dashboard.choose')}}
@endif
@section('inner_js') @endsection @endsection