Meal Planner

Plan
{{-- --}} @if (count($mealPlans) != 0) @foreach ($mealPlans as $key => $mealPlan) @endforeach @else @endif
# Pdf Title Start Date End DateAction
{{ $key + 1 }} {{ $mealPlan->file }} {{ $mealPlan->title }} {{ date('d-m-Y', strtotime($mealPlan->start_date)) }} {{ date('d-m-Y', strtotime($mealPlan->end_date)) }}
@csrf @method('DELETE')
{{ 'No record found' }}