@extends('layouts.not_logged_in') @section('content')

@if (route('password.creation', $token) == URL::to('/').'/administrateur/confirmation/'.$token) Choissisez votre mot de passe @else Réinitialisez votre mot de passe @endif

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection