@extends('auth.layout') @section('content') @include('backend.global.notifications')
{!! Form::open(['url' => route('recover.send'), 'method' => 'POST']) !!}
{{-- Recuperar Conta--}}

@lang("recover.section-1.text-01")

@lang("recover.section-1.text-02")
@if ($errors->any())

@endif
@lang("recover.section-1.text-06")
{!! Form::close() !!}
@endsection