@php $nav = [ ['label' => 'Overview', 'route' => 'dashboard.index', 'icon' => 'home'], ['label' => 'Campaigns', 'route' => 'dashboard.campaigns', 'icon' => 'send'], ['label' => 'Marketing Centre', 'url' => '/marketing', 'active' => 'marketing*', 'icon' => 'send'], ['label' => 'Social Media', 'url' => '/marketing/social-media', 'active' => 'marketing/social-media*', 'icon' => 'send'], ['label' => 'Subscribers', 'route' => 'dashboard.subscribers', 'icon' => 'users'], ['label' => 'Settings', 'route' => 'dashboard.settings', 'icon' => 'settings'], ['label' => 'Failed Jobs', 'route' => 'dashboard.failed', 'icon' => 'alert'], ]; @endphp
LMC
{{ $title ?? 'Dashboard' }}
LMC Express · Broadcast Console
+ New campaign
{{ $authAdmin->name ?? 'Admin' }} @if(!empty($authAdmin) && $authAdmin->is_super_admin)
Super Admin
@endif
@csrf
Logout
@if(session('ok'))
{{ session('ok') }}
@endif @if(session('error'))
{{ session('error') }}
@endif {{ $slot }}