{{$$module_name_singular->name}}
@include('frontend.includes.messages'){!!$$module_name_singular->content!!}
Category: {{$$module_name_singular->category_name}}
@foreach ($$module_name_singular->tags as $tag) {{$tag->name}} @endforeach
@extends('frontend.layouts.app')
@section('title') {{$$module_name_singular->name}} @endsection
@section('content')
{!!$$module_name_singular->content!!}
Category:
{{$$module_name_singular->category_name}}
@foreach ($$module_name_singular->tags as $tag)
{{$tag->name}}
@endforeach
{{$$module_name_singular->name}}
@include('frontend.includes.messages')
Share:
@php $title_text = $$module_name_singular->name; @endphp
Your comment will be in the moderation queue. If your comment will be approved, you will get notification and it will be displayed here.
Please submit once & wait till published.