@extends('layouts.reseller') @section('title', 'Add User') @section('page-title', 'Add New User') @section('content')
Add New User
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('mobile')
{{ $message }}
@enderror
@error('sms_rate')
{{ $message }}
@enderror Your rate: ৳{{ $resellerRate }}/SMS
@error('password')
{{ $message }}
@enderror
Important Information
  • User will be created under your reseller account
  • You can set custom SMS rate for this user
  • User will need to complete KYC verification to send SMS
  • You will earn commission on user's SMS usage
Back to Users
@endsection