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

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