@include('components.panel-header')
@csrf
@include('components.err') @if(count($settings) == 0)

{{__("There is nothing to show!")}}

@else
@foreach($settings as $setting) @include('components.setting-field') @endforeach
@endif
@if(config('app.env') == 'production') @endif
@include('components.panel-footer')