@if (isset($why_choice)) @foreach ($why_choice as $item) @if (auth()->user()->hasRole('Super Admin')) {{ $item->business->business_name }} @endif {{ $item['title'] }} @if ($item['status'] == 1) @endif {{ $item['description'] }} @endforeach @endif