@include('components.frontend.head')
@include('components.frontend.header')
About Us
Home
About Us
@foreach ($terms as $term)
{!! $term->description !!}
@endforeach
@include('components.frontend.footer') @include('components.frontend.main-js')