@extends('layouts.base') @section('content')

Statistique de scan de {{ $agent->PrenomAgent }} {{ $agent->NomAgent }}

@forelse ($agent->scans as $agentScan) @empty @endforelse
Vehicule Porte Direction Date
{{ $agentScan->carte->vehicule->Immatriculation }}

{{ $agentScan->porte->Description }}

@if($agentScan->Direction == "ENTREE")

{{ $agentScan->Direction }}

@else

{{ $agentScan->Direction }}

@endif

{{ \Carbon\Carbon::parse($agentScan->DateHeure)->format('d-m-Y') }}

L'agent n'a pas éffectué de scanne pour le moment
@endsection @section('js') @endsection