@foreach($boxes as $key=> $row)
{{ $row->subscribe->user->name }} @if($row->delivery_id) {{ $row->delivery->descriptions()->name }} @else {{__('boxes.not_selected')}} @endif @if($row->employee_id) {{ $row->employee->descriptions()->name }} @else {{__('boxes.not_selected')}} @endif {{ \Carbon\Carbon::parse($row->date)->format('Y/m/d') }} @if($row->deleted_at) @else {{ __('dashboard.edit') }} @endif @endforeach @if( count( $boxes ) && $boxes->hasPages() ) {{ $boxes->links() }} @endif