@include('components.frontend.head')
@include('components.frontend.header')
{{ $terms->first()->heading }}<
Home
{{ $terms->first()->heading }}
{{ $terms->first()->heading }}
{!! $terms->first()->introduction !!}
@foreach($terms as $key => $term)
{{ $key + 1 }}. {{ $term->title }}
@endforeach
@foreach($terms as $key => $term)
{{ $key + 1 }}. {{ $term->title }}
{!! $term->description !!}
@endforeach
@include('components.frontend.footer') @include('components.frontend.main-js')