@extends('layouts.admin') @section('title', 'Add New Youtube Video') @section('page-header')

Youtube List

@endsection {{-- main content --}} @section('content')

Add New Youtube

@csrf
@error('title')
{{ $message }}
@enderror
@error('sub_title')
{{ $message }}
@enderror
@error('link')
{{ $message }}
@enderror
 
 
@endsection {{-- extra css --}} @push('css') {{-- nice check --}} @endpush {{-- extra js --}} @push('js') @endpush