@extends('layouts.main') @section('content') @if (Auth::check()) @include('parts.already_auth') @else @if ($account->activated)

A unique authentication link was sent by email to {{ $account->email }}.

@else

To finish your registration process and set a password please follow the link sent on your email address {{ $account->email }}.

@endif @endif @endsection