@extends('admin.layouts.app') @section('title', 'Routes') @section('content')
{{ $agent->email }}
Role : @if ($agent->is_supervisor == 1) Supervisor Agent @else Normal Agent @endif
@if ($agent->type == 1) Non Commision @elseif($agent->type == 2) Commision Based @else Supervisor @endif
{{ $agent->name }}
{{ $agent->email }}
{{ $agent->msisdn }}
{{ $agent->address }}
# | Name | Phone Number | Address | Type |
---|---|---|---|---|
{{ $index + 1 }} | {{ $sub_agent->name }} | {{ $sub_agent->msisdn }} | {{ $sub_agent->address }} | @if ($sub_agent->type == 1) Non Commision @elseif($sub_agent->type == 2) Commision Based @else Supervisor @endif |
No Sub Agent Found! |