@extends('admin.layout') @section('admin-title') Current Affiliates @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Affiliates' => 'admin/affiliates']) !!}
This is a list of currently accepted affiliates to your website. You can automatically create an affiliate without going through the approval process by hitting "Create New Affiliate".
@if (!count($affiliates))No affiliates found.
@else {!! $affiliates->render() !!}