@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush @php $error = session('error'); $success = session('success'); @endphp @isset ($success)

{{ $success }}

@endisset @isset ($error)

{{ $error }}

@endisset

{{ $title }}

Visit developer.xero.com/myapps to get your OAuth 2.0 credentials.

Xero Account
@isset($user)

{{ $user['email'] }}

@endisset
@if (empty(setting('payments_xero_token'))) Connect to Xero @else Disconnect from Xero @endif
@isset($organisation)
Xero Organisation

{{ $organisation }}

@endisset
@push('custom-js') @endpush @endsection