@extends('layouts.base')
@section('content')
| 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 | ||||||