@extends('portal.default.layouts.guest') @section('body')
@if (session('status')) @endif
@csrf

{{trans('texts.password_recovery')}}

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection