@extends('layouts.app') @section('pageTitle', 'Lightspeed eCom Test') @section('breadcrumbs') @endsection @section('content') {{--@include('partials.form_messages')--}}
Lightspeed eCom API
@if($stats)
{{ print_r($stats, true) }}
@endif @if($result)
{{ print_r($result, true) }}
@endif @if($error)
{{ print_r($error, true) }}
@endif @if($code)
{{ print_r($code, true) }}
@endif
@endsection('content')