@extends('admin.layout') @section('title', 'Signaleringsplannen') @section('content')
{{ __('Total') }}
{{ number_format($stats['total']) }}
{{ __('Setup complete') }}
{{ number_format($stats['setup']) }}
@if($stats['total'] > 0){{ round($stats['setup'] / $stats['total'] * 100) }}%
@endif{{ __('With zones') }}
{{ number_format($stats['with_zones']) }}
@if($stats['total'] > 0){{ round($stats['with_zones'] / $stats['total'] * 100) }}%
@endif| {{ __('User') }} | {{ __('Setup') }} | {!! $th('zones_count', __('Zones')) !!}{{ __('Thoughts') }} | {{ __('Reframes') }} | {{ __('Sensory') }} | {!! $th('created_at', __('Created')) !!}|||
|---|---|---|---|---|---|---|---|
| {{ $plan->id }} |
@if($plan->user)
#{{ $plan->user->id }} {{ $plan->user->name }}
{{ $plan->user->email }} @else — @endif |
@if($plan->is_setup) {{ __('Yes') }} @else {{ __('No') }} @endif | {{ $plan->zones_count }} | {{ $plan->has_thoughts ? '✓' : '—' }} | {{ $plan->has_reframes ? '✓' : '—' }} | {{ $plan->has_sensory ? '✓' : '—' }} | {{ $plan->created_at->format('d M Y') }} |
| {{ __('No signal plans found.') }} | |||||||