@extends('layouts.master') @section('content')
View {{$manager->user_name}}'s Affiliates
@foreach($affiliates as $affiliate) @endforeach
Aff ID First Name Last Name Cell Phone Username Status Referrer User Name Aff Timestamp Actions
{{$affiliate->idrep}} {{$affiliate->first_name}} {{$affiliate->last_name}} {{$affiliate->cell_phone}} {{$affiliate->user_name}} {{$affiliate->status}} {{$affiliate->referrer->user_name}} {{$affiliate->rep_timestamp}} Edit Login
@include('report.options.pagination')
@endsection