@extends('layout.auth') @section('title', __('Reset Password')) @section('title1', __('Reset Password')) @section('title2', __('Send Password Reset Link By Email')) @section('class_global', 'login-container') @section('return')
{{ __('Login')}}
@endsection @section('content')
@csrf @if (session('status')) @endif
@error('email') {{ $message }} @enderror
@endsection