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