@if($error)
Your connection to Xero failed
{{ $error }}
Reconnect to Xero
@elseif($connected)
You are connected to Xero
{{ $organisationName }} via {{ $username }}
@if ($items && (count($items)>0))
Created Items:
@foreach ($items as $item)
- {{ $item['sku'] }}
{{ $item['name'] }}
{{ $item['price'] }}
{{ $item['description'] }}
@endforeach
@endif
Reconnect to Xero
@else
You are not connected to Xero
Connect to Xero
@endif