@extends('frontend.layouts.app') @section('title') {{$$module_name_singular->name}} - {{ __("Category") }} @endsection @section('content') {{ __("Category") }} {{$$module_name_singular->name}} {{$$module_name_singular->description}} @include('frontend.includes.messages') @foreach ($posts as $post) @php $details_url = route("frontend.posts.show",[encode_id($post->id), $post->slug]); @endphp {{$post->name}} {{$post->intro}} Read more @endforeach {{$posts->links()}} @endsection
{{ __("Category") }}
{{$$module_name_singular->description}}
{{$post->intro}}