@php $meta_title = 'Aurobees | Notification'; $meta_description = ''; $meta_keywords = ''; $add_class_header='show-nav'; $footer_sign_up_for_free_trial=true; $active_page='notification'; @endphp @extends('frontend.user.includes.master') @section('body')

Notification

@include('frontend.become_a_partner.includes.body.sidebar')
@if($notifications->isNotEmpty()) @foreach ($notifications as $key => $data) @endforeach @endif
# Message
{{ $key + 1 }} {{ $data->notification }}
Date:01-01-1970 12:00:00am
@include('frontend.become_a_partner.includes.body.help-center-mobile')
@endsection @section('script') @endsection