@php $isEdit = isset($learningPath); $route = $isEdit ? route('admin.activity-learning-paths.update', $learningPath) : route('admin.activity-learning-paths.store'); @endphp
@csrf @if ($isEdit) @method('PUT') @else @endif
@error('title')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Enter mentor names separated by &

@error('mentors')

{{ $message }}

@enderror
@error('order')

{{ $message }}

@enderror
Cancel