@extends('Mail.EmailFormat') @section('email')
Dear {{ $data['em_first_name'] }} {{ $data['em_last_name'] }},

Your RFQ's/RFP's: {{ $data['title'] }} has been successfully posted on Acbar.org however still its Under Review by our staff.


Below is the RFQ's/RFP's Details you have posted:


RFQ or RFP: {{ $data['rfq_id'] }}
Title: {{ $data['title'] }}
Company Name: {{ $data['company_name'] }}
Publish Date: 01/01/1970 00:00
Closing Date: 01/01/1970

Once our staff Reviews your RFQ's/RFP's you will receive confirmation email.

@endsection