@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.pickup_information') }}
{{-- End product FTT --}} {{-- Product entry in spanish --}}
{{ __('common.create_pickup') }}
{{ __('common.pickup_type') }}
FedEx Express
FedEx Ground
@include('includes.invalid', ['field'=>'pickup_date'])
{{ __('common.pdate') }}
@include('includes.invalid', ['field'=>'pickup_date'])
{{ __('common.units') }}
@include('includes.invalid', ['field'=>'unit'])
{{ __('common.weight') }}
@include('includes.invalid', ['field'=>'weight'])
{{ __('common.packageCount') }}
@include('includes.invalid',['field'=> 'packageCount'])
{{ __('common.trackingids') }}
@include('includes.invalid',['field'=> 'tracking_id'])
@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