@extends('layouts.app') @section('title', 'Academy') @section('content')

JSP / 04

Learn with
purpose.

Practical training for people ready to sharpen their craft and widen what is possible.

Start a conversation
@forelse ($courses as $course)

{{ $course->category ?? 'Training programme' }}

{{ $course->title }}

{{ $course->duration ?? 'Flexible learning' }}

@empty

Learning library

New programmes are being developed.

Reach out to hear about upcoming practical training.

@endforelse
@endsection