@php
$proj = config('sys.config');
$msg_unformatted = getActiveTheme()['social_share_msg'] ;
$message = str_replace(['%7Breferrer_link%7D'], ['{referrer_link}'], urlencode( __($msg_unformatted) ) );
@endphp
@component(getPopupLayout(), ['id'=>'popup_share'])
{!! __('enterprise.titleReferAndEarnPoints') !!}
{!! __(config($proj.'.referral_instruction') ) !!}
{!! __('heading.title_number_of_successful_referrals') !!}:
{!! __('heading.title_share_your_unique_link') !!}
{{--
--}}
{!! __('heading.title_share_this_on') !!}:
@endcomponent