@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')
{{-- DISQUS START --}} @if ($gs->is_disqus == 1)
{!! $gs->disqus !!}
@endif {{-- DISQUS ENDS --}}

{{ __('Recent Post') }}

{{ __('Archives') }}

{{ __('Tags') }}

    @if (is_array($tags)) @foreach ($tags as $tag) @if (!empty($tag))
  • {{ $tag }}
  • @endif @endforeach @endif
@endsection