@extends('layouts.users') @section('title', 'Learning Path') @section('content')

Jalur Pembelajaran Pilihan Anda

Pilih jalur pembelajaran di NP Digital Academy PLN Nusantara Power yang dirancang secara terstruktur.

@forelse($learningPaths as $path)

{{ $path->title }}

{{ Str::limit($path->description, 100) }}

Mulai Belajar
@empty

Data Kosong

@endforelse
@endsection