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

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.

Forgot Password?

Reset your United Motors password

Provide your email address, and instructions will be sent to you
@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
411

Wait, I remember my password... Click here

@endsection