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

Nouveau tag

@include('provider.client-tags._form', [ 'action' => route('provider.client-tags.store'), 'submitText' => 'Créer le tag' ])
@endsection