@extends('affiliate.layouts.app') @push('title') {{ __('Dashboard') }} @endpush @section('content') @section('content')
{{--

{{ __($pageTitle) }}

--}}

{{ __('Affiliate History') }}

{{ __('#SL') }}
{{ __('Product') }}
{{ __('Plan') }}
{{ __('Date') }}
{{ __('Plan Price') }}
{{ __('Commission') }}
@endsection @push('script') @endpush