@extends('layouts.frontend') @section('content')

{{ trans('panel.site_title') }}

{{ trans('global.customer_reset_password') }}

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