@extends('home') @section('title') {!! __('Advanced Settings') !!} @endsection @section('styles') @endsection @section('content')
{!! __('Product Control') !!}
{!! Form::open(array('route' => ['saveSetting',$section],'class' => 'form-horizontal','id' => 'form-social')) !!}
@php @endphp
{!! Form::close() !!}
@endsection @section('scripts') @endsection