@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

@component('admin.components.input-localized',["required" => true]) @slot('name') title @endslot @slot('placeholder') {{ __('Title') }} @endslot {{ __('Title') }} * @endcomponent
@component('admin.components.input-localized') @slot('name') subtitle @endslot @slot('placeholder') {{ __('Subtitle') }} @endslot {{ __('Subtitle') }} @endcomponent

{{ __('Country') }}

{{ __('State') }}

{{ __('City') }}

{{ __('Shipping by Region') }}

{{ __('ZIP Code Start') }}

{{ __('ZIP Code End') }}

{{ __('Price') }} ({{ __('In') }} {{ $sign->name }})

{{ __('Shipping Type') }} * ({{ __('In') }} {{ $sign->name }})

{{__('Free shipping will have no cost, so you have to insert 0 in the price field.')}}

{{__('Fixed price will have a standard value.')}}

{{__('Price by weight calculates the value according to the weight informed in the product registration.')}}

{{ __('Price to Get Free Shipping') }} ({{ __('In') }} {{ $sign->name }})

@component('admin.components.input-localized') @slot('name') delivery_time @endslot @slot('placeholder') {{ __('(10 - 12 days)') }} @endslot {{ __('Estimated Delivery Time') }} @endcomponent
@endsection @section('scripts')