@php
// Check if $awardSection exists and has data
$slideContents = isset($awardSection) && $awardSection->awards_lists
? json_decode($awardSection->awards_lists, true)
: [];
@endphp
@if (!empty($slideContents))
@foreach ($slideContents as $index => $slides_content)
@endforeach
@else
@endif