@extends("backend.layouts.app") @section("title") {{ __($module_action) }} {{ __($module_title) }} @endsection @section("breadcrumbs") {{ __($module_title) }} @endsection @section("content")
@foreach ($$module_name as $module_name_singular) @endforeach
# @lang("post::text.name") @lang("post::text.slug") @lang("post::text.updated_at") @lang("post::text.created_by") @lang("post::text.action")
{{ $module_name_singular->id }} id) }}"> {{ $module_name_singular->name }} {{ $module_name_singular->slug }} {{ $module_name_singular->updated_at->diffForHumans() }} {{ $module_name_singular->created_by }}
@endsection