@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Cart') }}

@include('includes.admin.partials.store-tabs')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('Use Cart') }}

{{ __('Guest Checkout') }}

{{ __('Full Profile Checkout') }}

{{ __('Cart Abandonment') }}

{{ __('Standard Checkout') }}

{{ __('Simplified Checkout') }}

{{ __('Whole Sale Max Quantity') }} *

{{ __('Simplified Checkout Number') }}

{{ __('Tax(%)') }} *

@endsection @section('scripts') @endsection