@if ($user->estimated_return->addHour(1)->toDateTimeString() >= \Carbon\Carbon::now()->toDateTimeString()))
{{ $user->name }}
(Aggiornamento ore {{ $user->location_updated_at->format('H:i') }})
|
{{ $user->location }}
|
Oggi, {{ $user->estimated_return->format('H:i') }}
|
@else
{{ $user->name }}
|
N/P
|
N/P
|
@endif