@php
$site_breadcrumb_bg = get_attachment_image_by_id(get_static_option('site_breadcrumb_bg'),null,true);
$site_breadcrumb_bg_btn_label = 'Upload Breadcrumb Image';
@endphp
@if (!empty($site_breadcrumb_bg))
@php $site_breadcrumb_bg_btn_label = 'Change Breadcrumb Image'; @endphp
@endif