@extends('frontend.layouts.master') @section('content')
@include('frontend.include.sidebar')
Notification Panel
Setting
@foreach($data['notifications'] as $key=>$notification)
{{ $key+1 }}

{{$notification->title}}

{{$notification->description}}

Date - {{formatDate($notification->created_at)}}

@endforeach
@endsection