@extends('layouts.provider') @section('title', 'Paramètres - Modifier le Tag') @section('page-title', 'Paramètres') @section('footer-class', 'footer-spacing') @section('content') @php $pageWidth = 'narrow'; @endphp

Modifier le tag

@include('provider.client-tags._form', [ 'action' => route('provider.client-tags.update', $tag->uuid), 'method' => 'PUT', 'tag' => $tag, 'submitText' => 'Modifier le tag' ])
@endsection