@extends('layouts/layoutMaster') @section('title', 'QuickBooks Configurations') @section('page-script') @endsection @section('content')
OAuth configuration and synchronization objects.
| Setting | Value | Status |
|---|---|---|
| OAuth {{ $setting->oauth_version }}.0 | {{ $setting->init_url }} | @if ($setting->status == 1) Active @else Inactive @endif |
| No OAuth settings configured. | ||
| # | Name | Status | |
|---|---|---|---|
| {{ $i + 1 }} | {{ $obj->name }} @if ($obj->description) {{ $obj->description }} @endif | @if ($obj->status == 1) Active @else Inactive @endif | |
| No synchronization objects configured. | |||