@php require_frontend_packages(['datatables']); @endphp @extends('layout.default') @section('title', $__t('Meal plan sections')) @section('content')
@yield('title')
{{ $__t('Add') }}
@foreach($mealplanSections as $mealplanSection) @endforeach
{{ $__t('Name') }}
{{ $__t('Sort number') }}
{{ $__t('Time') }}
{{ $mealplanSection->name }}
{{ $mealplanSection->sort_number }}
{{ $mealplanSection->time_info }}
@stop