@extends('admin.layouts.email_template') @section('content')

{{__('You Have Been Invited!')}}

{{__('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:')}}

  • {{__('Access thousands of job opportunities')}}
  • {{__('Build your professional resume')}}
  • {{__('Get noticed by top employers')}}
  • {{__('Receive job alerts matching your skills')}}
{{__('Register Now')}}

{{__('Or copy and paste this link in your browser:')}}

{{ $referralLink }}

{{__('Warm regards')}},
{{ $siteSetting->site_name }} {{__('Team')}}


@endsection