@extends('backoffice.layout.master') @section('setSectionTitle', __('Corsi Universitari')) @section('setSectionDescription', __('Esplora i corsi universitari disponibili')) @section('setContent')
{{ __('Università:') }} {{ $course->university }}
Creato il: {{ $course->created_at->format('d/m/Y') }}{{ Str::limit($course->content, 150) }}