@extends('web.base') @section('content')
All Read Notifications
@if(count($Readnotifications) > 0)
    @foreach($Readnotifications as $val)
  • {{$val->message}}
  • @endforeach
@endif
@include('web.rightside')
@endsection