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

Modifier : {{ $tentSpace->name }}

@csrf @method('PUT') @include('tent-spaces._form', ['tentSpace' => $tentSpace])
Annuler
@endsection