@foreach($days as $row)

تفاصيل اليوم بالعربية

@php $old_content = \App\Models\DayPlan::where('trip_id',$trip_id)->where('day_id',$row->id)->first(); @endphp @if($old_content) @else @endif

Details of the day in English

@php $old_content = \App\Models\DayPlan::where('trip_id',$trip_id)->where('day_id',$row->id)->first(); @endphp @if($old_content) @else @endif
@endforeach