@if (optional($form)->id) {{ __('common.edit') }} - {{ optional($form)->product_name }} @else {{ __('common.create') }} @endif
reply_all
{{ __('common.go_back') }}
@csrf
@if (optional($form)->id) @method('PUT') @else @method('POST') @endif @if (optional($form)->id)
@else
@endif
{{ __('common.currency_information') }}
{{-- End product FTT --}} {{-- Product entry in spanish --}}
{{ __('common.currency') }}
{{ __('common.title') }}
@include('includes.invalid', ['field'=>'title'])
{{ __('common.symbol') }}
@include('includes.invalid', ['field'=>'symbol'])
{{ __('common.decimals') }}
@include('includes.invalid', ['field'=>'decimals'])
{{ __('common.exchange_rate') }}
@include('includes.invalid', ['field'=>'exchange_rate'])
{{ __('common.is_default') }}
@include('includes.invalid', ['field'=>'pickup_date'])
@push('head.start') @include('includes.plugins', ['name' => 'quilleditor-css']) @endpush @push('body.end') @include('includes.plugins', ['name' => 'quilleditor-js', 'field_name' => 'long_desc', 'library' => true]) @include('includes.plugins', ['name' => 'quilleditor-js', 'field_name' => 'long_desc_hi', 'library' => false]) @include('includes.plugins', ['name' => 'quilleditor-js', 'field_name' => 'long_desc_pt', 'library' => false]) @endpush