芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/security-settings/index.blade.php
@extends('layouts.app') @section('content')
@lang('app.menu.twoFactorAuthentication')
@if (user()->permission('manage_security_setting') == 'all')
@lang('modules.accountSettings.googleRecaptcha')
@endif
{{-- Include tabs here --}} @include($view)
@endsection @push('scripts') @endpush