@extends('adminlte::page') @section('title', __('team.common.menu.setting.title')) @section('content_header')
@stop @section('content')

{!! __('team.common.menu.setting.sub-title') !!}

{!! __('team.common.menu.setting.description') !!}

@if ($user->email) @if (!config('team.fixed'))
@endif
@endif
@stop @section('css') @stop @section('js') @stop