@if ($label_req) {{ __(strtolower($refModel) . '.status') }} @if (!empty($required)) * @endif @endif @if (isset($status) && !is_null(old('status', $status))) @php $selected_value = old('status', $status); @endphp @else @php $selected_value = old('status'); @endphp @endif @foreach (config('status') as $value => $label) {{ $label }} @endforeach @error('status')