@if(isset($data['home_setting']) && $data['home_setting']->welcome_status == 1)

{{isset($data['home_setting']->welcome_title)?$data['home_setting']->welcome_title:'Wel - Come'}}

{{isset($data['home_setting']->welcome_sub_title)?$data['home_setting']->welcome_sub_title:''}}
@if(isset($data['home_setting']->welcome_image)) {{$data['home_setting']->welcome_title}} @endif
{!! isset($data['home_setting']->welcome_description)?$data['home_setting']->welcome_description:'' !!}
@if(isset($data['home_setting']->welcome_button_text)) @endif
@endif