| {{ $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') }} |
@endforeach