@extends('main',['fullwidth' => 1]) @section('styles') @endsection @section('content')
@if (session()->has('success'))
{{ session()->get('success') }}
@endif @if (session()->has('error'))
{{ session()->get('error') }}
@endif

{!! __('Verify account') !!}

{{ __('Verify Your Email') }}
@if (session('resent')) @endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }}, {{ __('Ask activation link again') }}.
@endsection @section('scripts') @endsection