@extends('layouts.app') @section('title', 'Reset Password - United Motors') @section('styles') @endsection @section('content')

Set New Password

Create a strong password for your account

@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf

Back to Login

UNITED MOTORS
Web Application

Car Spares B2B Sales Web Application - single solution for B2B procuring auto spare parts online by registered spare part dealers, Mechanic Shops.

@endsection