{{-- @lang('lang_v1.shipping_easy') --}}
@lang('lang_v1.ship_station')
{{-- @lang('lang_v1.stamps.com') --}}
{{-- @include('business.partials.settings_shipping_easy') --}}
{{-- @include('business.partials.settings_ship_station') --}}
{{-- @include('business.partials.settings_stamps') --}}
ShipStation
@component('components.filters2', ['title' => __('report.filters'), 'id' => 'orders'])
@endcomponent
{!! Form::label('orders_status', 'Status:') !!}
{!! Form::text('status', request('status'), ['class' => 'form-control', 'placeholder' => 'Status', 'id' => 'orders_status']) !!}
{!! Form::label('orders_customer_email', 'Customer Email:') !!}
{!! Form::email('customer_email', request('customer_email'), ['class' => 'form-control', 'placeholder' => 'Email', 'id' => 'orders_customer_email']) !!}
{!! Form::label('orders_start_date', 'Start Date:') !!}
{!! Form::date('start_date', request('start_date'), ['class' => 'form-control', 'id' => 'orders_start_date']) !!}
{!! Form::label('orders_end_date', 'End Date:') !!}
{!! Form::date('end_date', request('end_date'), ['class' => 'form-control', 'id' => 'orders_end_date']) !!}
| @lang('messages.actions') | Order # | Status | Order Date | Customer Email | Total | @lang('messages.view') |
|---|
@component('components.filters2', ['title' => __('report.filters'), 'id' => 'shipments'])
@endcomponent
{!! Form::label('shipment_status', 'Status:') !!}
{!! Form::text('status', request('status'), ['class' => 'form-control', 'placeholder' => 'Status', 'id' => 'shipment_status']) !!}
{!! Form::label('shipment_customer_email', 'Customer Email:') !!}
{!! Form::email('customer_email', request('customer_email'), ['class' => 'form-control', 'placeholder' => 'Email', 'id' => 'shipment_customer_email']) !!}
{!! Form::label('shipment_start_date', 'Start Date:') !!}
{!! Form::date('start_date', request('start_date'), ['class' => 'form-control', 'id' => 'shipment_start_date']) !!}
{!! Form::label('shipment_end_date', 'End Date:') !!}
{!! Form::date('end_date', request('end_date'), ['class' => 'form-control', 'id' => 'shipment_end_date']) !!}
| @lang('messages.actions') | Order # | Carrier | Tracking | Status | Shipped At | @lang('messages.view') |
|---|
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Order Details
Items
| SKU | Name | Quantity | Unit Price |
|---|
Shipments
| Tracking # | Status | Shipped At |
|---|