@if (isset($readers) && $readers instanceof \Illuminate\Support\Collection && $readers->count() > 0 ) @foreach($readers as $reader) @include('dailyupdate::readers.reply', ['reader' => $reader]) @endforeach @elseif ( isset($reader) && $reader instanceof \App\User ) @include('dailyupdate::readers.reply', ['reader' => $reader]) @endif