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

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

{{__('Hello!')}}

{{ $referrerCompany->name }} {{__('has invited you to join')}} {{ $siteSetting->site_name }}.

{{__('Join our platform to post jobs, find talented candidates, and grow your business.')}}

{{__('Benefits of joining:')}}

  • {{__('Post jobs and reach thousands of candidates')}}
  • {{__('Search and filter through qualified resumes')}}
  • {{__('Manage applications efficiently')}}
  • {{__('Build your employer brand')}}
{{__('Register Now')}}

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

{{ $referralLink }}

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


@endsection