@if ($config['form']['sidebar']['lang']['status']) @endif
@php if (!empty($member_id)) { $route = route("admin.{$module}.{$method}.index", ['member_id' => $member_id, 'type' => $type]); } else { $route = route("admin.{$module}.{$method}.index"); } @endphp {{ __('action.' . ($action != 'view' ? 'cancel' : 'back')) }} @if (mwz_roles("admin.{$module}.{$method}.save") && $action != 'view') @endif