@extends('admin.layouts.app') @section('content')
{{-- @include('admin.components.alert') --}}{{ $errors->first('title') }}
@endif{{ $errors->first('actor_name') }}
@endif{{ $errors->first('image') }}
@endif{{ $errors->first('promo_video') }}
@endif{{ $errors->first('full_video') }}
@endif{{ $errors->first('price') }}
@endif{{ $errors->first('description') }}
@endif