@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Linhas do Tempo')) @push('scripts') @endpush @section('content')
{{ __('Marco zero') }}: {{ $t->event_date?->format('d/m/Y') }}
{{ __('Pontos') }}: {{ (int) ($t->points_count ?? 0) }}
{{ __('Último ponto') }}: {{ $t->last_point_date ? \Carbon\Carbon::parse($t->last_point_date)->format('d/m/Y') : '—' }}
{{ __('Nenhuma linha do tempo encontrada.') }}
@endforelse{{ __('Marco zero') }}: {{ $t->event_date?->format('d/m/Y') }}
{{ __('Pontos') }}: {{ (int) ($t->points_count ?? 0) }}
{{ __('Nenhuma linha do tempo encontrada.') }}
@endforelse