@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 != "") @endif {{$post->name}} {{$post->intro}} @lang('Read more') @endforeach {{$posts->links()}} @endsection
{{ __($module_title) }}
{{$$module_name_singular->description}}
{{$post->intro}}