@extends('highSuperAdmin.layout') @section('title',"Dashboard") @section('page-name',"Dashboard") @section('page-detail',"Welcome to SuperAdmin Panel") @section('body')

Add New YouTube Video

@csrf
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Enter a valid YouTube video URL @error('youtube_url')
{{ $message }}
@enderror
@endsection