{{-- resources/views/training/topics/create.blade.php --}} @extends('layouts.app') @section('title', 'Create Topic') @section('content')

New Training Topic

Back
@csrf @include('training.partials.alerts')
Basic Information
@error('topic_code')
{{ $message }}
@enderror
Completion & Scheduling
How the training is completed
Document Link
Used for auto-assignment (LMS-002) when the document is approved.
Cancel
@endsection