@if($error)
Your connection to Xero failed
{{ $error }}
Reconnect to Xero
@elseif($connected)
You are connected to Xero
{{ $organisationName }} via {{ $username }}
@if (count($items)>0)
@foreach ($items as $item)
- {{ $item->getCode() }} - {{ $item->getName() }} - {{ $item->getSalesDetails()->getUnitPrice() }}
{{ $item->getDescription() }}
@endforeach
@endif
Reconnect to Xero
@else
You are not connected to Xero
Connect to Xero
@endif