@extends('frontend.layouts.authMain') @section('content')
banner image
logo {{-- @auth

{{ Auth::user()->name }} Log in

@else

Do you have an account? Log in

@endauth --}}
@csrf

Reset Password

Enter your email and new password.

{{ __('Reset Password') }}
@endsection