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