@foreach($courses as $course) {{ Str::limit($course->training_name, 30) }} {{ Str::limit($course->training_center, 25) }} {{ Str::limit($course->forcem_code, 15) }} {{ $course->attendance_type ?? 'No especificada' }} {{ $course->start_date ? \Carbon\Carbon::parse($course->start_date)->format('d/m/Y') : 'No especificada' }}
Veure
@endforeach