@extends('layouts.applogin') @section('content')

@if (LaravelLocalization::setLocale() == 'en') Login @else Ingreso @endif

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (LaravelLocalization::setLocale() == 'en')
@else
@endif
{{-- @if (LaravelLocalization::setLocale() == 'en')
@else
@endif--}} {{-- --}}
@if (LaravelLocalization::setLocale() == 'en') Forgot your password? Click here @else ¿Olvidaste la contraseña? click aquí @endif
@endsection