@extends('web.layouts_dash.main') @section('content') {{seennotification(\Auth::guard('member')->user()->id)}}
الاشعارات
@foreach($notifications as $row)
اشعار
@if(is_null($row->read_at))
جديد
@endif

العنوان: {{$row->title}}

الرسالة : {{$row->data}}

@endforeach
@stop