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

New RFP's or RFQ's Posted and waiting for approval below is the details:


RFQ or RFP: {{ $data['rfq_id'] }}
Employer Name: {{ $data['em_first_name'] }} {{ $data['em_last_name'] }}
Employer Email: {{ $data['em_email'] }}
Company Name: {{ $data['company_name'] }}
Publish Date: 01/01/1970 00:00
Closing Date: 01/01/1970

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

@endsection