Quick create

Quick create

Start common Booklio workflows faster.

@foreach ($quickCreates as $item) {{ $item['label'] }} {{ $item['description'] }} @endforeach
{{ strtoupper($currentLanguageCode ?? 'en') }}

Language

Current: {{ $currentLanguageLabel ?? 'English' }}

@foreach ($languages as $language) {{ strtoupper($language['code']) }} {{ $language['name'] }} {{ $language['native'] }} - {{ strtoupper($language['direction']) }} $language['code'] !== ($currentLanguageCode ?? 'en')]) /> @endforeach
Manage Languages Add New Language
Help and support

Help & support

Find answers and contact the Booklio team.

@foreach ([ ['book-open', 'Documentation', 'Read setup and feature guides'], ['play-circle', 'Video Tutorials', 'Watch walkthroughs'], ['life-buoy', 'Contact Support', 'Talk to the support team'], ['ticket', 'Submit Ticket', 'Create a support request'], ['keyboard', 'Keyboard Shortcuts', 'Productivity placeholder'], ['activity', 'System Status', 'Service health placeholder'], ] as [$icon, $title, $description]) {{ $title }} {{ $description }} @endforeach
3 Notifications

Notifications

3 unread updates

@foreach ($notifications as $notification) @if ($notification['status'] === 'unread') @endif {{ $notification['title'] }} {{ $notification['time'] }} {{ $notification['message'] }} {{ $notification['action'] }} @endforeach

No notifications

Empty state appears here when there are no updates.

View all notifications
{{ $userInitials ?? 'BU' }} @unless ($compact) @endunless
{{ $userInitials ?? 'BU' }}

{{ $userName ?? 'Booklio User' }}

{{ $roleLabel ?? 'Owner' }} - {{ $currentBusinessRow['name'] ?? 'Business' }}

@foreach ([ ['user', 'My Profile', route('admin.settings.security')], ['settings', 'Business Settings', route('admin.settings.business')], ['badge-dollar-sign', 'Subscription', route('admin.subscription.current')], ['activity', 'Activity Logs', route('admin.reports.index')], ] as [$icon, $label, $href]) {{ $label }} @endforeach
@csrf