@extends('layouts.app') @section('content')
Affiliates
@foreach ($managers as $manager) @endforeach
ID Name Email Affiliate Action
{{$manager->id}} {{$manager->name}} {{$manager->email}} {{$manager->affiliate}} Edit Delete
@include('dashboard.affiliate.create')
@endsection