@extends('layouts.guest.app') @section('content')

{{ __('static.welcome_to_carestyle') }}

{{ __('static.reset_your_password_from_here') }}

@csrf
@error('email') {{ $message }} @enderror
@if (request()->route()->getName() == 'password.request') {{ __('anchor.back_to_login') }} @else {{ __('anchor.back_to_login') }} @endif
@endsection @section('scripts') @endsection