@if(isset($recurrence) && !is_null(old('recurrence', $recurrence))) @php $selected_value = old('recurrence', $recurrence); @endphp @else @php $selected_value = old('recurrence'); @endphp @endif @error('recurrence')
{{ $message }}
@enderror