@extends('layouts/app') @section('styles') @endsection @section('content')
@include('layouts.sidebar')
{{--@if ($lang->lang == 'en')--}} {{--{{ __('Verify Your Email Address') }}--}} {{--@else--}} {{--{{ __('Verifica tu correo electrónico') }}--}} {{--@endif--}}
@if (session('resent')) @endif @if (!session('resent')) @if ($lang->lang == 'en') {{-- {{ __('A fresh verification link has been sent to your email address.') }}--}} {{ __('Verify your user by clicking the validation link that you will receive in your email.') }}
{{ __('If you have not received the email, check your spam folder first, otherwise click here to request it again.')}} @else {{ __('Verifica tu usuario haciendo clic en el link de validación que recibirás en tu correo electrónico.')}}
{{ __('Si no recibiste un email, chequeá primero tu carpeta de spam/correo no deseado, de otro modo, haz clic aquí para que te lo enviemos de nuevo.')}} @endif @endif {{--@if ($lang->lang == 'en')--}} {{--{{ __('Before proceeding, please check your email for a verification link.') }}--}} {{--@else--}} {{--{{ __('Before proceeding, please check your email for a verification link.') }}--}} {{--@endif--}} {{--@if ($lang->lang == 'en')--}} {{--{{ __('If you did not receive the email') }}--}} {{--@else--}} {{--@endif--}}
@csrf
@endsection @section('scripts') @endsection