@extends('layouts.front-end.app') @section('title', translate('Refer_&_Earn')) @section('content')
@include('web-views.partials._profile-aside')
{{ translate('Refer_&_Earn') }}
{{ translate('invite_Your_Friends_&_Businesses') }}

{{ translate('copy_your_code_and_share_your_friends') }}

{{ translate('your_personal_code') }}
{{ $customer_detail->referral_code }}

i {{ translate('how_you_it_works') }}?

  • {{ translate('1') }} {{ translate('invite_your_friends_&_businesses') }}
  • {{ translate('2') }} {{ translate('they_register') }} {{ $web_config['company_name'] }} {{ translate('with_special_offer') }}
  • {{ translate('3') }} {{ translate('you_made_your_earning') }}
@include("layouts.front-end.partials.modal._social-share-modal", ['link'=> route('home').'?referral_code='. $customer_detail['referral_code']]) @endsection