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