@extends( ($theme =="white") ? 'layouts.public_white': ( ($theme =="red") ? 'layouts.public_red': (($theme =="green") ? 'layouts.public_green': (($theme =="black") ? 'layouts.public_black': (($theme =="blue") ?'layouts.public_blue':'layouts.public_yellow' )))) ) @section('content')
@include('common.errors')
{{ __('Verify Your Email Address') }}
@if (session('resent')) @endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
@csrf .
@endsection