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

Zone: {{ $zone->NomZone }}

@foreach ($portes as $porte) @endforeach
Code Description Detail Supprimer
{{ $porte->CodePorte }} {{ $porte->Description }} QR Code
@csrf
Information sur la zone
Créer le: {{ \Carbon\Carbon::parse($zone->created_at)->format('d/m/Y') }}
{{ \Carbon\Carbon::parse($zone->created_at)->format('d/m/Y') }}

Total Portes :
{{ $zone->porte->count() }}

@endsection @section('js') @endsection