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

Dear {{ isset($is_admin) && $is_admin ? ($full_name ?? 'Super Adm') : 'Super Adm' }} ,

{{$is_admin?'Thank you for submitting your application to register as an employer on {{ $siteSetting->site_name }}. We have received your request and attached documents. ':'We hope this message finds you well. We would like to bring to your attention that a new company or employer has recently registered on the {{ $siteSetting->site_name }}. Before they can begin posting job listings, we kindly request your approval.'}}

Company/Employer Details:

Company Public link: {{route('company.detail', $company->slug)}}

@if(!$is_admin)

Administrator's backend link: {{route('public.company', ['id' => $company->id])}}

Please login to your Super Administrator account on {{ $siteSetting->site_name }} and review the registration details. If everything appears satisfactory, kindly approve their account to enable them to start posting jobs.

@else

Our review team is currently assessing your submission. Please allow some time for the verification process. You will receive a notification email once your account has been verified.

If you have any questions or need further assistance, feel free to reach out to us

@endif

Warm regards,
Warm regards,
{{ $siteSetting->site_name }} Team

@endsection