{{ ucfirst(__('laravel-crm::lang.type')) }}
{{ strtoupper($monitor->type ?? '') }}
{{ ucfirst(__('laravel-crm::lang.method')) }}
{{ $monitor->method }}
{{ ucfirst(__('laravel-crm::lang.expected_status_code')) }}
{{ $monitor->expected_status_code ?? '—' }}
{{ ucfirst(__('laravel-crm::lang.run_check_every')) }}
{{ $monitor->interval }} {{ __('laravel-crm::lang.minutes') }}
{{ ucfirst(__('laravel-crm::lang.minutes_downtime_before_notification')) }}
{{ $monitor->downtime_minutes_before_alert ?? '—' }} {{ __('laravel-crm::lang.minutes') }}
{{ ucfirst(__('laravel-crm::lang.monitor_performance_threshold')) }}
{{ $monitor->perf_threshold_ms ?? '—' }} {{ __('laravel-crm::lang.ms') }}
{{ ucfirst(__('laravel-crm::lang.owner')) }}
{{ $monitor->ownerUser?->name ?? '—' }}
{{ ucfirst(__('laravel-crm::lang.active')) }}
{{ $monitor->is_active ? __('laravel-crm::lang.yes') : __('laravel-crm::lang.no') }}