@extends('admin.layouts.master') @section('content') @if ($errors->any())
@endif

Video Details

@csrf @if(isset($video)) @method('PUT') @endif
@if (!empty($video->video_file))
@endif
@endsection