@extends('layouts.front') @section('title') @lang('User Referrals') - {{config('app.name')}} @endsection @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('styles') @endsection @section('sidebar') @include('includes.user-account-sidebar') @endsection @section('above_content') @endsection @section('content')

@lang('User Referrals')

@lang('No Wallet History')

{{ __('Give :refer_by_amt, Get :refer_to_amt Reward', [ 'refer_by_amt' => currency_format(config('referral.referral_by_amt')), 'refer_to_amt' => currency_format(config('referral.referral_to_amt')) ]) }}

{{ __('Register your friend to :app_name and get :refer_to_amt in your wallet for your next purchase.', [ 'app_name' => config('app.name'), 'refer_to_amt' => currency_format(config('referral.referral_to_amt')) ]) }}
@endsection @section('scripts') @endsection