@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ $module_title }} @stop @section('breadcrumbs') {{ $module_title }} @stop @section('content')

{{ $module_title }} Data Table {{ __($module_action) }}

@lang(":module_name Management Dashboard", ['module_name'=>Str::title($module_name)])
# Name Categoty Action
@stop @push ('after-styles') @endpush @push ('after-scripts') @endpush