@extends('layouts.app') @section('title', 'Settings') @section('navigation') Dashboard Settings Events Widgets @endsection @section('content')
Connect your EventBookings account to start displaying events on your Shopify store.
Organization UUID: {{ $storeSetting->org_uuid }}
@endif @if($storeSetting->token_expires_at)Token Expires: {{ $storeSetting->token_expires_at->format('Y-m-d H:i:s') }}
@if($storeSetting->isTokenExpiringSoon())Note: Your Client Secret will be encrypted and stored securely.