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

{{ $post->name }}

{!! $post->description !!}

@if(!empty($post->content))

{!! $post->content !!}

@endif
@endsection @push ("after-style") @endpush @push ("after-scripts") @endpush