@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 }}
@elseTo finish your registration process and set a password please follow the link sent on your email addres {{ $account->email }}
@endif @endif @endsection