@extends('layouts/blankLayout') @section('title', 'Users Login | Dashboard') @section('meta_description', 'Partner and developer API login page. Sign in to access API documentation, credentials, and integration dashboard.') @section('page-style') @endsection @section('content')
Logo
Payin • Payout • Provider Dashboard

Sign in

Access your dashboard and manage transactions securely.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('login') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Forget Password?

Provider routing Live monitoring
Payin
Routing
Payout
Queue
Security
VAPT
@endsection @section('js') @endsection