@extends('backend.layouts.form') @section('title', __('Edit slide') . ' #' . $slideshow->id) @section('back', route('admin.slideshow.index')) @section('container', 'container-max-lg') @section('content')
@method('PUT') @csrf
@if ($slideshow->type == 1) @else @endif
{{ __('Seconds') }}
@if ($slideshow->source == 2)
@endif @if ($slideshow->source == 1)

{{ __('Supported Types') }}

  • {{ __('Image') }} : JPG, JPEG, PNG / (2560x1600px)
  • {{ __('Video') }} : MP4, WEBM
@endif
@endsection