@if (!empty($model))

{{ $value ?? ($model->name ?? ($model[$column->attribute] ?? '')) }}

@production

{{ $model->phone }}

@endproduction
@endif