@extends('home') @section('title') {!! __('Advanced Settings') !!} @endsection @section('styles') @endsection @section('content') @php // dump(get_setting('control')); // dump(get_setting_key('stores', 'order_management')); @endphp
{!! Form::open(array('route' => ['saveSetting',$section],'class' => 'form-horizontal','id' => 'form-social')) !!}
{!! __('Site settings control') !!}

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

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

    @foreach (listItemsWithoutCategory() as $key => $section)
  • @endforeach

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

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

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

{!! Form::close() !!}
@endsection @section('scripts') @endsection