@php($hnotifications = \App\Models\Notification::where('json',0)->where('read',0)->orderBy('id','desc')->limit(10)->get())
  • {{count($hnotifications)}}
    {{count($hnotifications)}}Alert Notification
    @foreach($hnotifications as $hnotification) @php($harar = explode(' ',$hnotification->text))

    @foreach($harar as $aradawd){{$aradawd}} @if($loop->iteration == 7)
    @endif @endforeach

    @endforeach View All
  • user
    {{auth()->user()->name}}
    Profile {{-- --}} {{-- --}} {{-- Logout--}} {{-- --}}
    @csrf Logout