@extends('layouts.user-no-nav') @section('page_title', __('Notifications')) @section('styles') {!! Minify::stylesheet([ '/css/pages/notifications.css' ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ '/js/pages/notifications.js' ])->withFullUrl() !!} @stop @section('content')
{{__('Notifications')}}
@include('elements.notifications.notifications-menu', ['variant' => 'desktop'])
@include('elements.notifications.notifications-menu', ['variant' => 'mobile'])
@include('elements.notifications.notifications-wrapper', ['notifications' => $notifications])
@stop