@extends('backend.layouts.app')
@section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection
@section('breadcrumbs')
{{ __($module_title) }}
@endsection
@section('content')
{{ __($module_title) }} {{ __($module_action) }}
@lang(":module_name Management Dashboard", ['module_name'=>__(Str::title($module_name))])
@can('restore_'.$module_name)
@endcan
@lang("comment::list.id")
|
@lang("comment::list.name")
|
@lang("comment::list.updated_at")
|
@lang("comment::list.action")
|
@endsection
@push ('after-styles')
@endpush
@push ('after-scripts')
@endpush