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