@extends('layouts.main') @section('page-id', isset($pageId) ? $pageId : '60390dc986705873eb2e77d5') @section('body-class', 'sand') @section('content')

{{ isset($category) ? $category->title : $mainCategory->title }}

Back to list
Filter By:
Select a Category

{{ $article->title }}

@if ($article->main_image)
@endif @if ($article->template_type === 'q-a') @php $questions = json_decode($article->body); @endphp
@foreach ($questions as $question)
{{ $question->title }}
@endforeach
@else
{!! $article->body !!}
@endif
@endsection @section('custom_scripts') @endsection