@extends('layouts/contentLayoutMaster') @section('title', 'Edit Video') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@csrf @method('PUT')

Video Details

@error('title') {{ $message }} @enderror
@error('category') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('url') {{ $message }} @enderror
@if($video->type == 'SERVER')
@error('thumbnail') {{ $message }} @enderror
@endif
@endsection @section('vendor-script') @endsection @section('page-script') @endsection