@extends('dashboard.user.layouts.master') @section('content')

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@include('dashboard.user.components.menu')
@foreach ($notifications as $index => $notification) @endforeach
# Type Message Status Action
{{ $index + 1 }} {{ $notification->type->label() }} {{ $notification->message }} @if ($notification->is_read) Read @else Unread @endif
@endsection