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

New Job Posted and waiting for approval below is the job details:


Job: {{ $data['job_id'] }}
Employer Name: {{ $data['first_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