@extends('layouts.auth') @section('htmlheader_title') Log in @endsection @section('content')
@if (count($errors) > 0)
Whoops! {{ trans('message.someproblems') }}

@endif
{{ trans('message.forgotpassword') }}
@include('layouts.partials.scripts_auth') @endsection