This will clear the selected day and allow for regeneration. Continue?
Choose a dish for {{ \App\Models\User::find($editUserId)?->name }} on {{ \Carbon\Carbon::parse($editDate)->format('M j, Y') }}
@if(count($availableDishes) > 0)No dishes available for this user. Add dishes first.
Add a dish for {{ \Carbon\Carbon::parse($addDate)->format('M j, Y') }}
No dishes in common for selected users. Add dishes first.
@endif