@php $contacts = $options->theme->contacts; $hotline = $data->Hotline?$data->Hotline:( $contacts->hotline?$contacts->hotline:( $contacts->phone_number?$contacts->phone_number:( $siteinfo->hotline?$siteinfo->hotline:( $siteinfo->phone_number?$siteinfo->phone_number:( '0945786960' ) ) ) ) ); @endphp
{{$hotline}}