@extends('Mail.EmailFormat') @section('email')
Dear Admin,

Existing Job update and waiting for approval below is the job details:


Job# {{ $data['job_id'] }}
Employer Name: {{ $data['em_first_name'] }} {{ $data['em_last_name'] }}
Employer Email: {{ $data['em_email'] }}
Company Name: {{ $data['company_name'] }}
Job Posted Date: 01/01/1970
Job Expire Date 01/01/1970

Click below link to login Acbar.org admin panel and Approve / Reject the Job.
Link: {{ Config('app.url') }}/aict

@endsection