@extends('layout.default') @section('title', $__t('Meal plan sections')) @section('activeNav', 'mealplansections') @section('viewJsName', 'mealplansections') @section('content')

{{-- TODO: DataTables: dynamic data: meal_plan_sections --}} @foreach ($mealplanSections as $mealplanSection) @endforeach
{{ $__t('Name') }} {{ $__t('Sort number') }} {{ $__t('Time') }}
{{ $mealplanSection->name }} {{ $mealplanSection->sort_number }} {{ $mealplanSection->time_info }}
@stop