@extends('examples.modern-layout-v2') @section('title', 'Dashboard') @section('dashboard', 'bg-blue-50 text-blue-700') @section('content')
{{__('messages.dashboard.welcome_message')}}
{{__('messages.errors.no_license_configured_description')}}
{{__('messages.errors.license_expired_description')}}
@if($daysRemaining > 0) {{__('messages.errors.trial_license_days_remaining', ['days' => $daysRemaining])}} @else {{__('messages.errors.trial_license_expired')}} @endif {{__('messages.errors.trial_license_description')}}
{{__('messages.dashboard.today queue')}}
{{__('messages.dashboard.today serving')}}
{{__('messages.dashboard.today served')}}
{{__('messages.dashboard.today noshow')}}
{{__('messages.dashboard.token_distribution_overview')}}
{{__('messages.dashboard.hourly_comparison')}}
{{__('messages.dashboard.call_page_redirect')}}
{{__('messages.dashboard.go_to_call_page')}}