@section('title', __('New Package Order'))
{{ __('Package Type') }}
@foreach ($packageTypes as $mPackageType) @php $selectedClass = ''; if ($selectedPackageTypeId == $mPackageType->id) { $selectedClass = 'border-primary-600 border-2'; } @endphp{{ $mPackageType->name }}
{!! $mPackageType->description !!}
{{ __('No vendors found') }}
{{ __("We're sorry, but we couldn't find any vendors that match your selected location. It's possible that there are no vendors available in this area, or that they do not offer the product or service you are looking for.") }}
{{ __("To help you find what you need, we recommend selecting a nearby location or refining your search criteria. Alternatively, you can reach out to our customer support team for assistance. We're here to help you find the products or services you need, and we'll do our best to find a solution that works for you.") }}
{{ $vendor['name'] }}
{!! $vendor['description'] !!}
{{ __('Schedule Order') }}
{{ __('Schedule your order to be delivered at a later time') }}
{{ __('Contact Info') }}
{{ $orderStop['label'] ?? __('Address') }}: {{ $orderStop['address'] }}
{{ __('Package Type') }}
{{ $packageType->name }}
{!! $packageType->description !!}
{{ __('Courier Vendor') }}
{{ $selectedModel->name }}
{!! $selectedModel->description !!}
{{ $schedule_date }}
{{ $schedule_time }}
{{ __('Delivery Details') }}
{{ $orderStop['label'] ?? __('Address') }}
{{ $orderStop['address'] }}
{{ $orderStop['name'] }}
{{ $orderStop['phone'] }}
{{ $orderStop['note'] }}
{{ __('Package Parameters') }}
{{ $package_weight }} kg
{{ $package_length }} cm
{{ $package_width }} cm
{{ $package_height }} cm
{{ __('Order Payer') }}
{{ __('Who is paying for this order?') }}
{{ __('Payment Methods') }}
{{ __('How do you want to pay for this order?') }}
{{ $paymentMethod->name }}
{{ __('Payment') }}