@if (App\Models\MobileSetting::getCacheValueBySlug('banner') == 1)
@foreach ($sliders as $video)
@php
$sliderImage = $video['file_url'] ?? null;
$video = !empty($video['data']) ? $video['data']->toArray(request()) : null;
@endphp
@if (isset($video) && !is_null($video) && !empty($video))
{{ $video['name'] }}
{!! $video['description'] !!}
@endif
@endforeach