@component('mail::message' , ['title' => $title ] )
Hi, {{ $additionalPayment->client->first_name }}. Your transaction data:

Payment date: {{ $additionalPayment->created_at->format('m/d/Y') }}
Branch: {{ $additionalPayment->branch->name }}
Counter: {{ $additionalPayment->admin->getFullName() }}
Payment amount: ${{ number_format($additionalPayment->amount, 2) }}
Payment method: {{ $additionalPayment->paymentType->name }}

If you want more details or make other payment, visit the payment portal.
View Payment Portal
If you have any questions, please feel free to contact us
by email at billing@igt-glasshardware.com
or by phone at 877-658-9008 ext. 216.
Thank you for your business.
Sincerely,
Accounting Team at IGT Glass Hardware
@endcomponent