diff --git a/app/Mail/ImportTransitMail.php b/app/Mail/ImportTransitMail.php
index a5e69a4..e849d86 100644
--- a/app/Mail/ImportTransitMail.php
+++ b/app/Mail/ImportTransitMail.php
@@ -45,7 +45,9 @@ class ImportTransitMail extends Mailable
*/
public function content(): Content
{
- $greeting = 'Dear Sir';
+ $now = now();
+ $reportDate = $now->format('d/m/Y');
+ $greeting = 'Dear Sir/Madam,
Kindly find attached the Pending Import Shipment Status Report as on ' . $reportDate . ' for your reference.
We request you to review the shipments highlighted in yellow and arrange for their clearance at the earliest to avoid further delays and additional charges.
Please note that for shipments pending under Telex Release and Duty Payment, CFS charges have already commenced. We therefore urge you to expedite the necessary actions at your end.';
//$greeting1 = 'Dear C.R.I Branch Team,
Please follow and ensure the same';