@if (!empty($invoiceTemplate))
@include('forms.components.invoiceTemplates.' . $invoiceTemplate, [
'companyName' => 'InfyOM',
'companyAddress' => 'Rajkot',
'companyPhone' => '+7405868976',
'gstNo' => '22AAAAA0000A1Z5',
'invColor' => $invColor,
])
@endif