@foreach($faqs as $key=> $row)
{{ $row->question }} {{ $row->faqCategory->currentDescription->title }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if( count( $faqs ) && $faqs->hasPages() ) {{ $faqs->links() }} @endif