@extends('admin.layouts.home') @section('title', 'Add New Movie') @section('content')

Add New Movie

Back to Movies
Movie Information
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
Media Information
Enter the embed URL for the movie (e.g., YouTube or Vimeo embed URL)
Enter the embed URL for the trailer (e.g., YouTube or Vimeo embed URL)
Movie Poster
Recommended size: 300x450 pixels. Max file size: 2MB.
Settings
If enabled, this movie will be visible to users.
If enabled, this movie will be highlighted in featured sections.
@endsection @push('scripts') @endpush