@php
$contentTypeFieldImage = (empty($sliderData) or (!empty($sliderData['content_type']) and $sliderData['content_type'] == "image"));
$contentTypeFieldVideo = (!empty($sliderData) and !empty($sliderData['content_type']) and $sliderData['content_type'] == "video");
@endphp