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