@extends('backend.layout') @section('backend_content')

Create Reel

Back
@csrf {{-- Shop Selection with Suggestions --}}
Type and select from suggestion list.
@error('shop_id')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@error('caption')
{{ $message }}
@enderror
If no thumbnail image is uploaded, one is auto-generated from this URL. @error('video_url')
{{ $message }}
@enderror
Accepted: JPEG, PNG, JPG, GIF, WebP. This image will be used as the frontend reel thumbnail.
@error('thumbnail_image')
{{ $message }}
@enderror
Cancel
@endsection