@include('admin.common.header')
Name: {{$order[0]->firstname}} {{$order[0]->lastname}}
Email: {{$order[0]->email}}
Phone: {{$order[0]->phone}}
{{$order[0]->billing_streetaddress}},
{{$order[0]->billing_streetaddress1}}
{{$order[0]->billing_city}},
{{$order['billing_state']}},
{{$order['billing_country']}} -
{{$order[0]->billing_zipcode}}
{{$order[0]->streetaddress}},
{{$order[0]->streetaddress1}}
{{$order[0]->city}},
{{$order[0]->state_name}},
{{$order[0]->country_name}} -
{{$order[0]->zipcode}}
Order Number: {{$order[0]->id}}
Order Date: {{ \Carbon\Carbon::parse($order[0]->created_at)->format('m/d/Y') }}
Order Total: ${{$item_total}}
Order Status: {{$order[0]->status}}
@if($order[0]->payment_id>0)Payment Method: @if($order[0]->payment_method=="authorize") CC **** **** **** {{$paymentinfo[0]->last_4_digits}} @else Paypal @endif
Tranaction ID: {{$paymentinfo[0]->transaction_id}}
@endif