@extends('../layout/' . $layout) @section('subhead') Help Support Sub SubCategory @endsection @section('subcontent')

Help Support Sub SubCategory

@foreach ($helpSupportSubSubCategory as $subCategory)
{{ $subCategory->title }} {!! $subCategory->description !!}
@endforeach
@endsection @section('script') @endsection