@foreach($notices as $key=> $row)
{{ $row->product->descriptions()->name }} {{ __('notices.'.$row->type) }} {{ $row->remain }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if( count( $notices ) && $notices->hasPages() ) {{ $notices->links() }} @endif