@extends('shop.layout') @section('title', __('portal.shop.forgot_title')) @section('content')

{{ __('portal.shop.forgot_title') }}

{{ __('portal.shop.forgot_intro') }}

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@endif
@csrf

{{ __('portal.shop.back_to_login') }}

@endsection