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