@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())
@foreach ($errors->all() as $e)- {{ $e }}
@endforeach
@endif
{{ __('portal.shop.back_to_login') }}
@endsection