diff --git a/app/Mail/ImportTransitMail.php b/app/Mail/ImportTransitMail.php
index cc07f94..f35d4b1 100644
--- a/app/Mail/ImportTransitMail.php
+++ b/app/Mail/ImportTransitMail.php
@@ -51,7 +51,7 @@ class ImportTransitMail extends Mailable
{
$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.';
+ $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 will be commenced post ETA. 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';