@extends('layouts.default') @section('content')
{!! optionByKey('ads_posts') !!}
{!! optionByKey('top_content') !!}
@foreach($categories as $category)
{!! $category->name !!}

{!! strip_tags($category->description) !!}

@endforeach
{!! optionByKey('bottom_content') !!}
@include('includes.searchpopup') @endsection @push('css-styles') @endpush @push('scripts') @endpush