@extends('layouts.auth', [ 'activePage' => 'login', ]) {{-- comentario teste --}} @php function localeRoute(string $locale) { $params = Route::current()->parameters(); $oldLocale = Request::segments()[0]; if ($locale == $oldLocale) { return '#'; } array_unshift($params, $locale); App::setLocale($locale); return route(Route::currentRouteName()); } @endphp @section('content')
  • Português
  • English

{{ __('ui.welcome_back') }}

@csrf
@if ($errors->has('email')) {{ __($errors->first('email')) }} @endif
has('password') ? ' has-danger' : '' }}>
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ __('ui.forgotPassword') }}
© {{ date('Y') }}, {{ __('Controlink') }}
@endsection @push('js') @endpush