@extends('layouts.admin.app')
@section('title') {{$order_type_name}} Order # {{$order->id}} @stop
@section('style')
@endsection
@section('main')
{{$order->bill_to}} {{$order->bill_address}} {{$order->bill_city}}, {{$order->billing_state->code}} {{$order->bill_zip}} {{$order->ship_to}} {{$order->ship_address}} {{$order->ship_city}}, {{$order->state->code}} {{$order->ship_zip}}
300 E. Tena St.
Jacksonville, TX 75766
Wholesale Invoice
Date
Invoice #
{{\Carbon\Carbon::now()->format('m/d/Y')}}
{{$order->id}}
BILL TO
SHIP TO
P.O. #
TER...
REP
VIA
F.O.B
Bar Code
Private Lab
Label Color
Border Color
Logo Color
@foreach($cart as $item)
Qty.
Item Code
Description
U/M
Price Each
Amount
@endforeach
{{$item['qty']}}
{{$item['options']['sku']}}
{{$item['name']}}
{{$item['price']}}
{{$item['subtotal']}}
TOTAL
Phone
Fax #
E-mail
Web Site
(903) 284-6215
(903) 284-6223
{{Auth::user()->email}}
www.gourmetgardens.com
Carrier | {{$order->shipper->name}} |
Shipping Fee | $ {{$order->shipping_fee}} |
Special Notes | {!! Form::textarea('special_notes' , $order->special_notes, ['class'=>'form-control','placeholder'=>'Special Notes','rows'=>'3']) !!} |
Accessorial Charge Amount | {!! \AppHelper::instance()->moneyFormat($order->accessorial_charge_amount) !!} |
Tracking Number | {!! Form::text('tracking_number' , $order->tracking_number, ['class'=>'form-control input-sm','placeholder'=>'Tracking Number']) !!} |
{!! Form::submit('Save Shipping Info', ['class'=>'form-control btn-warning']) !!} |
{!! Form::select('paid', [0=>'No',1=>'Yes'] , $order->paid, ['class'=>'form-control select2']) !!} | |
{!! Form::submit('Save', ['class'=>'form-control btn-warning']) !!} |
{{$order->comment}} |