@extends("website.layouts.layout") @section('title', "Project Location") @section("body") Home Support Terms of Service Global Terms of Service @include("website.support.sidebar-support") Terms of Service @foreach($contentManage as $item) {{ $item['title'] }} @endforeach Skillram Global Terms of Service @foreach($contentManage as $item) {{ $item['title'] }} @endforeach @foreach($contentManage as $item) {{ $item['title'] }} {!! $item['description'] !!} @endforeach @endsection @section('footerItems') @endsection