@foreach($columns as $column => $label) @php($checked = Illuminate\Support\Arr::get($row, $column) ? 'checked' : '') @endforeach
{{ $label }}: