@section('title', '- Recover Password') @extends('layouts.app') @section('section')
@lang('auth.recover_password')
{{ csrf_field() }} @include('alerts.success') @include('alerts.warning')
@lang('auth.back')


@lang('auth.with_account'), @lang('auth.register')
@endsection