{{-- Page Header --}}

{{ $pageTitle }}

{{ $pageDescription }}

{{-- Category Filters (only shown when categories exist in API) --}} @if(!empty($categories))
@foreach($categories as $category) @php $catName = is_array($category['name'] ?? null) ? ($category['name'][app()->getLocale()] ?? $category['name']['en'] ?? '') : ($category['name'] ?? ''); @endphp @endforeach
@endif {{-- Plans Grid --}}
@forelse($plans as $plan)

{{ $plan['name'] }}

@if(!empty($plan['duration_days']))

{{ $plan['duration_days'] }} {{ __('Days') }}

• @endif

{{ __('Starting From') }}

@empty

{{ __('No meal plans found') }}

{{ __('Try adjusting your filters.') }}

@endforelse