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

{{ __($module_title) }}

{{$$module_name_singular->name}}

{{$$module_name_singular->description}}

@include('frontend.includes.messages')
@foreach ($posts as $post) @php $detail_url = route("frontend.posts.show",[encode_id($post->id), $post->slug]); @endphp
@if($post->featured_image != "") {{$post->name}} @endif
@endforeach
{{$posts->links()}}
@endsection