@php($data = \App\Status::loadData())
@if(!empty($data))
@foreach($data as $region)
@component('components.region', ['region' => $region])
@endcomponent
@endforeach
@else
@component('components.panel', ['title' => 'No Data'])
No Regions with attractions found
@endcomponent
@endif