@extends('layouts.front') @push('css') @endpush @section('content')
@php echo $data->details; @endphp

@lang('Categories')

@lang('Recent Posts')

@lang('Tags')

    @foreach($tags as $tag) @if(!empty($tag))
  • {{ $tag }}
  • @endif @endforeach
@include('partials.front.cta') @include('partials.front.footer') @endsection @push('js') @if ($gs->is_disqus == 1) @endif @endpush