@extends('frontend.layouts.user_panel') @section('panel_content')
{{ $notification->text }}
{{ \Illuminate\Support\Str::words($notification->text, 20, '...') }}