@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