@extends('admin.layouts.email_template') @section('content')
{{__('Hello!')}} {{ $referrerUser->getName() }} {{__('has invited you to join')}} {{ $siteSetting->site_name }}.
{{__('Join our platform to find your dream job and connect with top employers.')}}
{{__('Benefits of joining:')}}
{{__('Or copy and paste this link in your browser:')}}
{{ $referralLink }}
{{__('Warm regards')}}, {{ $siteSetting->site_name }} {{__('Team')}}