@extends('layouts.app') @section('title', 'Affiliate Products Report') @section('page-title', 'Affiliate Products Report') @section('breadcrumb', 'Reports / Sales / Affiliate Products') @section('content')
@if($records->count())
AffiliateProductSales CommissionConversionPayout Status
@else @endif
@endsection