@extends('layouts.master') @section('content')
{{-- Display Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
កែប្រែមេរៀន
@csrf @method('PUT') {{-- Course Selection --}}
{{-- Lesson Title --}}
{{-- Lesson Content --}}
{{-- Video URL --}}
{{-- Submit Button --}}
@endsection