@extends('layouts.app') @section('title', 'Ajouter un espace tente') @section('content')

Ajouter un espace tente

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

• {{ $e }}

@endforeach
@endif
@csrf @include('tent-spaces._form')
Annuler
@endsection