@extends('layouts.master') @section('title', 'Créer un client') @section('content')

@yield('title')

@csrf
@error('fullname') Ce champ est obligatoire @enderror
@error('phone') Ce champ est obligatoire et unique @enderror
Quitter

@endsection