@extends('layouts/contentNavbarLayout') @section('title', 'Sub Agent - Sub Agent View') @section('page-style') @endsection @section('content')
{{name }}>
{{--
1.23k
Task Done
568
Project Done
--}}
Details
  • Username: {{ $subAgent->name }}
  • Email: {{ $subAgent->email }}
  • Contact: {{ $subAgent->phone ?? 'N/A' }}
  • Referral for Customer: {{ route('url.shortner', $subAgent->customer_referral_code) }}
@endsection @section('page-script') @endsection