@extends('layouts.user') @section('content')

{{ __('Referral Informations') }}

{{ __('Your Referral Link') }}
{{ __('This is your referral link just copy the link and paste anywhere you want.') }}
{{ url('/').'?reff='.$user->affilate_code}}
{{ __('Referral Banner')}}
{{ __('This is your referral banner Preview') }}
{{ __('Referral Banner HTML Code') }}
{{ __('This is your referral banner html code just copy the code and paste anywhere you want.') }}
@endsection