Company Name
{{ $systemInfo->company_name ?? '-' }}
Email
{{ $systemInfo->address ?? '-' }}
Phone
{{ $systemInfo->phone ?? '-' }}
WhatsApp Number
{{ $systemInfo->whatsapp_number ?? '-' }}
Footer Copy Right
{{ $systemInfo->footer_copey_right ?? '-' }}
Logo
@if($systemInfo->logo)
 }})
@else
-
@endif
Favicon
@if($systemInfo->favicon)
 }})
@else
-
@endif