Bank Payment Details:
Bank: {{ \App\Models\AppSetting::getVal('finance', 'bank_name', 'State Bank of India') }} | Account: {{ \App\Models\AppSetting::getVal('finance', 'bank_account_number', '67123456789') }}
IFSC: {{ \App\Models\AppSetting::getVal('finance', 'bank_ifsc', 'SBIN0070123') }} | Branch: {{ \App\Models\AppSetting::getVal('finance', 'bank_branch', 'Thrissur Main') }}
UPI: {{ \App\Models\AppSetting::getVal('finance', 'bank_upi', 'mayoora@upi') }}
@if($footerText = \App\Models\AppSetting::getVal('invoice', 'footer_text'))
{{ $footerText }}
@else
Thank you for your business!
@endif
@if($terms = \App\Models\AppSetting::getVal('invoice', 'terms'))
Terms & Conditions:
{!! nl2br(e($terms)) !!}
@endif
For {{ $company->legal_name ?? $company->name ?? 'Mayoora Costume House' }}
Authorized Signatory