@extends('public.layout.app') {{-- or your student/teacher layout --}} @section('title', __('front.my_notifications')) @section('body')
{{ $n->message }}
{{ __('front.no_notifications') }}