@php require_frontend_packages(['datatables']); @endphp @extends('layout.default') @section('title', $__t('Meal plan sections')) @section('content')

@foreach($mealplanSections as $mealplanSection) @endforeach
{{ $__t('Name') }} {{ $__t('Sort number') }} {{ $__t('Time') }}
{{ $mealplanSection->name }} {{ $mealplanSection->sort_number }} {{ $mealplanSection->time_info }}
@stop