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

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

@if ($errors->any())
@endif
@csrf
@endsection