@extends('layouts.app') @section('title', 'Créer un client') @section('breadcrumb') @endsection @section('content')
@csrf
@include('utils.alerts')
@endsection