@extends('layouts/layoutMaster') @section('title', 'QuickBooks — Settings') @section('content')
Authorize access of QuickBooks accounts to business entities.
| Business Entity | QuickBooks Company | Status | Token Last Updated | Last Updated | Actions |
|---|---|---|---|---|---|
| {{ $business_entities[$qbsi->entity_id]['name'] ?? '—' }} | {{ $qbsi->api_info->CompanyName ?? '—' }} | @if (!isset($qbsi->token_object) && !isset($qbsi->refresh_token)) Not Initialized @elseif ($qbsi->status == 1) Active @else Inactive @endif | {{ $qbsi->token_object_updated_at ?? '—' }} | {{ $qbsi->updated_at ?? '—' }} | @if (!isset($qbsi->token_object) && !isset($qbsi->refresh_token)) @else @endif |
| No business entities configured. | |||||