@extends('layouts.app') @section('content')
@if(auth()->user()->store_id == "")
@endif

Orders

@if(auth()->user()->user_type == "parent") @endif @foreach ($shipstation_orders as $orders ) @if(auth()->user()->user_type == "parent") @endif @endforeach
Store Name Shopify Order Number Shopify Order Id APOD Order Id Price Status
{{ $orders->shopify_domain }} {{ $orders->sh_order_number }} {{ $orders->sh_order_id }} {{ $orders->ss_order_id }} ${{ $orders->sh_order_price }} @if($orders->ss_api_success == 1)
Success Success
@else
Failed Failed
Failed {{ $orders->error_msg }}
@endif
{{ $shipstation_orders->links() }}
@endsection