@extends('layouts.app') @section('content')
Welcome back, {{ Auth::user()->name }}! Select a training scenario to practice your pitch.
{{ Str::limit($training->description ?: $training->prompt_text, 90) }}
You have no active pitch training assignments at this moment.