@extends('frontend.layouts.app') @section('title') {{ $$module_name_singular->name }} @endsection @section('content')

{{ $$module_name_singular->name }}

@if ($$module_name_singular->intro != '')

{{ $$module_name_singular->intro }}

@endif @include('frontend.includes.messages')
{{ $$module_name_singular->name }}

{!! $$module_name_singular->content !!}


{{ __('Written by') }}: {{ isset($$module_name_singular->created_by_alias) ? $$module_name_singular->created_by_alias : $$module_name_singular->created_by_name }}
{{ __('Published at') }}: {{ $$module_name_singular->published_at->isoFormat('llll') }}
@lang('Category'):
@if (count($$module_name_singular->tags))
@lang('Tags'): @foreach ($$module_name_singular->tags as $tag) @endforeach
@endif
Share with others
@php $title_text = $$module_name_singular->name; @endphp
{{-- @include('post::frontend.posts.blocks.comments') --}}
@endsection @push('after-style') @endpush @push('after-scripts') @endpush