@if (isset($allMagazines) && count($allMagazines) > 0)

SPECIAL ISSUES

@foreach ($allMagazines as $value)
{{ $value['title'] }}
@endforeach
@endif