@php $style = [ 'ongoing' => 'text-white border border-2 border-primary', 'skipped' => 'text-muted border border-2 border-secondary', 'completed' => 'text-muted border border-2 border-secondary', 'upcoming' => 'text-light border border-2 border-white', ]; @endphp @if ($data && count($data) > 0)
Location
@endif