@extends('layouts.app') @section('title', 'Modifier l\'enceinte') @section('content')
← Retour

Modifier l'enceinte

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf @method('PUT')
@endsection