@extends('layouts.login') @section('title', 'test page | ') @section('content')
Note: Please don't create multiple account.

Step-1: Fill your office email and your name (First name, last name email, password).

Step-2: Please remember your email and password.

Step-3: Login your account at Techsaga CRM.

Step-4: Plese update your profile info.

@csrf
@if ($errors->has('first_name'))

{{ $errors->first('first_name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif

If your email is already exist, reset password here.

@csrf
@if ($errors->has('email_old'))

{{ $errors->first('email_old') }}

@endif
@if ($errors->has('password_old'))

{{ $errors->first('password_old') }}

@endif
@endsection