@vite(['resources/css/app.css', 'resources/js/app.js'])

Welcome, {{ explode(' ', Auth::user()->name)[0] }}

Here's what's happening at {{ Auth::user()->tenant->name ?? 'Paw Street' }} today.

@php $alertCount = \App\Models\NotificationLog::where('tenant_id', Auth::user()->tenant_id)->whereIn('status', ['queued','failed','configuration_required'])->count(); @endphp @if($alertCount){{ min(99,$alertCount) }}@endif
@if(session('status'))
{{ session('status') }}
@endif
{{ $slot }}