@extends('layouts.app') @section('content')
| Utilizador | Entrada | Saída | Total | Estado |
|---|---|---|---|---|
|
{{ $e->user->name ?? '—' }}
{{ $e->user->email ?? '' }}
|
{{ $in->format('d-m-Y H:i') }} | @if($out) {{ $out->format('d-m-Y H:i') }} @else — @endif | @if($mins !== null) {{ sprintf('%02dh%02d', $hh, $mm) }} @else — @endif | @if($out) Fechado @else Aberto @endif |
| Sem registos. | ||||