@extends('dashboard.authBase') @section('content')
@if(Session::has('otp_error'))
  • {{Session::get('otp_error')}}
  • @endif

    Client Sign Up

    @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @csrf @csrf
    Enter your mobile number with country code.The mobile number will be used to login to your account.
    @endsection