@extends('provider.layout.app') @section('title', 'Refer a Friend ') @section('content')
@lang('provider.profile.profile') @lang('provider.profile.manage_documents') @lang('provider.profile.update_location') @lang('provider.profile.wallet_transaction') @if(config('constants.card')==1) @lang('provider.card.list') @endif @lang('provider.profile.transfer') @if(config('constants.referral')==1) @lang('provider.profile.refer_friend') @endif

@lang('provider.profile.refer_friend')

Share Your Referral Code : @if(!empty(Auth::user()->referral_unique_id)){{Auth::user()->referral_unique_id}}@else - @endif

Referral Count : @if(!empty($referrals[0]->total_count)){{$referrals[0]->total_count}}@else 0 @endif

Referral Amount : @if(!empty($referrals[0]->total_amount)){{$referrals[0]->total_amount}}@else 0 @endif

Refer Your Friends & Earn upto 20%

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

Refer Your Friends via Social Media

@endsection @section('scripts') @endsection