@extends('admin.layout') @section('title', __('admin.edit_slider')) @section('content')
{{ __('admin.back') }} {{ __('admin.sliders') }}

{{ __('admin.edit_slider') }}

@csrf @method('PUT') {{-- Bilingual: Title --}}
{{ __('admin.title_en') }} *
EN | ع AR

English

العربية

{{-- Bilingual: Subtitle --}}
{{ __('admin.subtitle_en') }}
EN | ع AR

English

العربية

@if($slider->image)
@endif
{{-- Link Configuration --}}
{{-- Place Dropdown --}}
@foreach($places as $place) @endforeach
{{-- Event Dropdown --}}
@foreach($events as $event) @endforeach
{{-- Blog Dropdown --}}
@foreach($blogs as $blog) @endforeach
{{-- Category Dropdown --}}
{{-- URL Input --}}
{{-- Ad note --}}

This slider will display as an advertisement with no tap action.

{{ __('admin.cancel') }}
@endsection