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