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

Edit Lecture

Edit Lecture

@csrf
title) }}"> @if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
video) }}"> @if ($errors->has('video'))
{{ $errors->first('video') }}
@endif
minutes) }}"> @if ($errors->has('minutes'))
{{ $errors->first('minutes') }}
@endif

@endsection @section('js') @endsection