@extends('layouts.main') @include('site.meta.og_content') @section('content')

@php $filterTopic =isset($_GET['topic']) ? $_GET['topic'] : 'all'; @endphp
@stop @push('style') @endpush @push('script') @endpush