Privilege Settings
{{ csrf_field() }} @if(!empty($message))
{{$message}}

@endif @if (Session::has('success'))
×{{Session::get('success')}}

@endif
Social Media Menu Settings

@foreach(($menus ?? []) as $key => $label) @php($current = ($settings && isset($settings->{$key})) ? (int) $settings->{$key} : 1) @endforeach
Menu Name Show
{{$label}}