@extends('layouts.app') @section('pageTitle', 'Lightspeed Retail Settings') @section('breadcrumbs') @endsection @section('content') {{--@include('partials.form_messages')--}}
Lightspeed Retail API
@if($error)

Your connection to Lightspeed Retail failed

{{ $error }}

Reconnect to Lightspeed Retail @elseif($account)

You are connected to Lightspeed Retail

Account: {{ $account['name'] }}

Reconnect to Lightspeed Retail @else

You are not connected to Lightspeed Retail

Connect to Lightspeed Retail @endif
@if($result)
{{ print_r($result, true) }}
@endif
@endsection('content')