@extends ("front.layout", ['component' => "customerCreate"])
@section('explication')
@component('front.app.titre-page')
@slot('title')
{{trans('customers.create')}}
@endslot
@slot('subtitle')
{{trans('customers.punchline')}}
@endslot
@endcomponent
@endsection