From 713429b4534aebb7817e3c968ac9688779981a34 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 7 Nov 2025 20:14:00 +0530 Subject: [PATCH] Enhance invoice data report styling by adding left text alignment for customer trade name --- resources/views/mail/invoice_data_report.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/mail/invoice_data_report.blade.php b/resources/views/mail/invoice_data_report.blade.php index c351957..1d0aed3 100644 --- a/resources/views/mail/invoice_data_report.blade.php +++ b/resources/views/mail/invoice_data_report.blade.php @@ -29,6 +29,9 @@ white-space: nowrap !important; text-overflow: ellipsis; } + .td-left { + text-align: left !important; + } th { background-color: #215c98; color: #fff; @@ -101,7 +104,8 @@ @endif - {{ $row['customer_trade_name'] }} + {{-- {{ $row['customer_trade_name'] }} --}} + {{ $row['customer_trade_name'] }} {{ $row['customer_location'] }} {{-- {{ $row['status'] }}