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

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

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

English

@error('title_en')

{{ $message }}

@enderror

العربية

@error('title_ar')

{{ $message }}

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

English

العربية

Recommended size: 1920x600px. Max 5MB.

@error('image')

{{ $message }}

@enderror
{{-- 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