@extends('layouts.auth') @section('htmlheader_title') Password recovery @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops! {{ trans('adminlte_lang::message.someproblems') }}

@endif
Log in
{{ trans('adminlte_lang::message.registermember') }}
@include('layouts.partials.scripts_auth') @endsection