@if ($data->type == 'image')
{{ $data->alt }}
@else

{!! nl2br($data->title('Title')) !!}

{!! nl2br($data->description('description of image')) !!}

{!! nl2br($data->label('Label')) !!}

{!! nl2br($data->discount) !!}

{{ $data->button }}
@endif