@extends((auth()->user()->user_type !== 'staff') ? 'admin.layouts.app' : 'employee.layouts.app') @section('title', get_setting('site_name').' Notice') @section('content') @php $notificationService = app(\App\Services\HeaderNotificationService::class); $showBranchOnItems = $notificationService->showBranchOnItems(); $branchLabel = $notificationService->branchContextLabel(); @endphp
{{ __('No new notifications') }}
{{ __('You are all caught up for now.') }}