@extends('backend.layouts.master') @section('title') Add Video @endsection @section('main-content') @include('backend.layouts.notification')
Add
{{csrf_field()}}
@error('link') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection @push('scripts') @endpush