@if($slider->image)
 }})
@else
@endif
Small Text:
{{ Str::limit($slider->small_text, 50) }}
Big Text:
{{ Str::limit($slider->big_text, 50) }}
Action:
{{ Str::limit($slider->action, 30) }}
Target:
{{ $slider->target === '_blank' ? 'New Tab' : 'Same Tab' }}
Button Text:
{{ Str::limit($slider->button_text, 50) }}