@extends('layouts.admin.admin') @section('title', 'Admin Notifications') @section('content') @push('styles') @endpush
@include('partials.header') @include('partials.sidebar')
Notifications

Notifications
@if ($user && $user->unreadNotifications->count()) @foreach ($user->unreadNotifications as $notification) @endforeach @endif
@push('script') @endpush @stop