@extends('layouts.app')
@section('content')
Sections
@foreach($sections as $section)
| {{ $section->number }}. {{ $section->name }} |
@foreach($section->subsections as $subsection)
|
{{ $subsection->name }} |
DOE |
School |
Palath |
Other |
Model |
Learning |
@endforeach
@endforeach
@endsection