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

{{$head ?? '' }}

@if($slider ?? '' && $slider->id) @method('PUT') @endif @csrf
@if(!($slider ?? '' && $slider->id)) @else @endif
@foreach(languages() as $language)
id) @if($slider->status == 'app') style="display:none" @endif @endif>
id) @if($slider->status == 'app') style="display:none" @endif @endif>
id) @if($slider->status == 'app') style="display:none" @endif @endif>
@endforeach
{{--Start image container--}}
image ?? null)}}"/>
{{__('dashboard.choose')}}
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} {{-- --}} @endsection