@if($object->image)
{!! getMediaImg($object->image, '1920x560', htmlspecialchars($object->header_title)) !!}
@include('frontend.templates.components.default_header_content', [ 'headerTitle' => $object->header_title, 'headerTagline' => $object->tagline ])
@endif