@extends('layouts.front') @section('content')
@lang('This is your affilate link just copy the link and paste anywhere you want.')
{{ url('/') . '/?reff=' . $user->affilate_code }}
@lang('This is your affiliate banner html code just copy the code and paste anywhere you want.')
| @lang('Customer Email') | @lang('Affiliate Bonus') | @lang('Created At') |
|---|---|---|
| {{ $fuser->customer_email }} | {{ PriceHelper::showCurrencyPrice($fuser->bonus * $curr->value) }} | {{ Carbon\Carbon::parse($fuser->created_at)->format('d-m-Y') }} |
| @lang('No Data Found') | ||