@yield('CSS')
@if(auth()->user()->is_student == 1)
Élève:
{{ auth()->user()->last_name . ' ' . auth()->user()->first_name }}
@if(auth()->user()->is_student == 1) @if(!empty(auth()->user()->class_id))