{{-- Layout resolu selon l'hote : mediknode sur `events.`, theme du client sur un sous-domaine (cf. frontend/subdomain/layout.blade.php). --}} @extends('frontend.subdomain.layout') @section('content') @component('frontend.mediknode.components.breadcrumb') @slot('title') Création de compte @endslot @slot('li_1') Inscription @endslot @endcomponent
@component('frontend.mediknode.components.scrolltotop') @endcomponent @endsection