@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