@extends('layouts/contentNavbarLayout') @section('title', 'Supervisor - Supervisor Detail') @section('page-style') @endsection @section('content')
{{name }}>
{{--
{{ number_format($supervisor->supervisor_agents_count) }}
Assigned Agents
568
Total Customer
--}}
Details
  • Username: {{ $supervisor->name }}
  • Email: {{ $supervisor->email }}
  • {{--
  • Status: Active
  • --}}
  • Contact: {{ $supervisor->phone ?? 'N/A' }}
  • Referral For External Agent: {{ route('url.shortner', $supervisor->referral_code) }}
  • {{--
  • Country: England
  • --}}
{{-- @can('edit') Edit @endcan --}} {{-- Suspend --}}
@endsection