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

Dear Super Admin,

An employer has submitted a job vacancy listing for approval in the “Jobs” section on {{ $siteSetting->site_name }}. Here are the details:

Employer/Company with name "{{ $name }}" has posted new job on "{{ $siteSetting->site_name }}"

Job Link: {{ $link_admin }}

Please review the submission and take appropriate action. If you need further information, feel free to reach out to other admins.

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


@endsection