@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
{{ __('Site setting') }}

@role(['Root'])

{!! __('Advanced Settings') !!}

@endrole

{!! __('Main settings') !!}

{!! __('Pages') !!}

{!! __('Home page') !!}

{!! __('Product management') !!}

@if (get_setting_key('control', 'customers') == 1 || get_setting_key('control', 'supervisors') == 1 || get_setting_key('control', 'roles') == 1)

{!! __('User management') !!}

@endif
@endsection @section('scripts') @endsection