@extends('layouts.reseller') @section('title', 'Profile Settings') @section('page-title', 'Profile Settings') @section('content')
Reseller Profile
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('mobile')
{{ $message }}
@enderror
@error('company_name')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
@error('logo')
{{ $message }}
@enderror Recommended size: 200x60 pixels. Max file size: 2MB. @if(auth()->user()->reseller->logo)
@else
@endif
@error('theme_color')
{{ $message }}
@enderror This color will be used in your subdomain theme
@error('footer_text')
{{ $message }}
@enderror This text will appear in the footer of your subdomain

Subdomain Information
Your custom subdomain URL
Your commission rate on user SMS
Profile Information
  • Your profile information will be visible to your users
  • Logo and theme color will be used in your subdomain
  • Subdomain and commission rate cannot be changed
  • Keep your contact information up to date
Back to Dashboard
Change Password
@csrf @method('PUT')
@error('current_password')
{{ $message }}
@enderror
@error('new_password')
{{ $message }}
@enderror
Important: Use a strong password with at least 8 characters including uppercase, lowercase, numbers, and symbols.
@endsection @push('scripts') @endpush