@include('partials.admin.layout._horizontal-nav')

{{ admin_trans('sections.section_types') }}

@foreach ($sectionTypes as $sectionType)
{{ str()->of($sectionType->type)->title()->replace('_', ' ') }}
{{ $sectionType->type }}
@endforeach