@extends('panel.layout.app') @section('title', __('Xero API')) @section('titlebar_subtitle', '') @section('titlebar_actions', '') @section('content')
@csrf @php $websiteUrl = url('/'); @endphp

@lang("After saving the settings, you need to click on the 'Connect to Xero' button to connect to Xero API.")

@if(\Dcblogdev\Xero\Facades\Xero::isConnected()) @else
@csrf
@endif
@csrf

@lang("After connecting, you need to click on the 'Create Xero Contacts' button one time to make a contact foreach exist user in the system. The upcoming contacts will be created automatically.")

@endsection