@extends('layouts.admin') @section('content')

Add Video

@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('url')) {{ $errors->first('url') }} @endif
Cancel
@endsection