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