@extends('user.layouts.app') @push('title') {{ __(@$pageTitle) }} @endpush @section('content')

{{ __('#SL') }}
{{ __('Name') }}
{{ __('Email') }}
{{ __('Status') }}
{{ __('Action') }}

{{ __('Affiliate Config') }}


{{ __('#SL') }}
{{ __('Title') }}
{{ __('Product') }}
{{ __('Plan') }}
{{ __('Affiliate') }}
{{ __('Amount') }}
{{ __('Action') }}
@include('user.affiliate.partials.request')

{{ __('Affiliate History') }}

@include('user.affiliate.partials.history')
@endsection @push('style') @endpush @push('script') @endpush