@extends('layouts.app') @section('title', 'Settings | Shopping Cart') @section('extrastyles') @endsection @section('content')
Settings
{!! Form::open(['novalidate' => 'novalidate','onsubmit' => 'return storeSetting(this);', 'id' => 'cartSettingsForm']) !!} @include('Product::shopping-cart.setting.general.form') {!! Form::close() !!}
@endsection @section('footer') @endsection