@use('app\Helpers\Helpers') @extends('frontend.layout.master') @push('css') @endpush @section('title', __('frontend::static.account.referral')) @section('breadcrumb') @endsection @section('content')
@includeIf('frontend.account.sidebar')

{{ __('frontend::static.account.my_referral') }}

{{ __('frontend::static.account.referral_code') }}

{{ auth()?->user()?->referral_code ?? ''}}

{{ __('frontend::static.account.total_referrals') }}

{{auth()?->user()?->getReferralCountAttribute() ?? 0}} {{ __('frontend::static.account.referral') }}

{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush