@extends("frontend.layouts.app") @section("title") {{ __($module_title) }} @endsection @section("content")

We publish articles on a number of topics.
We encourage you to read our posts and let us know your feedback. It would be really help us to move forward.

@foreach ($$module_name as $$module_name_singular) @php $details_url = route("frontend.$module_name.show", [ encode_id($$module_name_singular->id), $$module_name_singular->slug, ]); @endphp @if ($$module_name_singular->created_by_alias)
Author profile image
{{ $$module_name_singular->created_by_alias }}
@else @endif

{{ $$module_name_singular->intro }}

@foreach ($$module_name_singular->tags as $tag) @endforeach
@endforeach
{{ $$module_name->links() }}
@endsection