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

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