|
{{ $company_name ?? 'SmartPass' }}
{{ $company_website ?? url('/') }}
@if(!empty($support_email) || !empty($support_phone))
·
@if(!empty($support_email))
{{ $support_email }}
@endif
@if(!empty($support_email) && !empty($support_phone)) · @endif
@if(!empty($support_phone))
{{ $support_phone }}
@endif
@endif
|