@extends('layouts.main') @section('content')
All Notifications
@php $getProfile_notifications=HireMeeHelper::getWebNotification(1); $count=HireMeeHelper::getCountWithoutRead(); @endphp
  • {{ $count }}
  • @endsection @section('footer') @endsection