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