@extends('layouts.front') @section('content')
@include('includes.user.sidebar')

@lang('Affiliate Program')

@lang('Your Affiliate Link')

@lang('This is your affilate link just copy the link and paste anywhere you want.')

{{ url('/') . '/?reff=' . $user->affilate_code }}

@lang('Affiliate Banner')

@lang('This is your affilate banner Preview.')

@lang('Affiliate Banner HTML Code')

@lang('This is your affiliate banner html code just copy the code and paste anywhere you want.')

@lang('Your Affiliate History')

@forelse($final_affilate_users as $key => $fuser) @empty @endforelse
@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')
@endsection @section('script') @endsection