@extends('layouts.first-connexion') @section('title', 'Inscription') @section('content')

Complétez votre inscription


{!! Form::model($user, ['method' => 'POST', 'url' => route('user.completer-inscription.post')]) !!} {{ csrf_field() }} @include('profil.form')
{!! Form::close() !!}
@endsection @section('script') @endsection