@extends('layouts.app') @section('title', 'Dashboard') @section('navigation') Dashboard Settings Events Widgets @endsection @section('content')

Dashboard Overview

Shop Information

@if($shopData)

Name: {{ $shopData['name'] ?? 'N/A' }}

Domain: {{ $shopData['domain'] ?? $store->shop_domain }}

Email: {{ $shopData['email'] ?? 'N/A' }}

Plan: {{ $shopData['plan_name'] ?? 'N/A' }}

@else

Shop information not available

@endif

EventBookings Connection

@if($isConnected)
✓ Connected

Your EventBookings account is connected and ready to use.

Manage Events @else
✗ Not Connected
@if($connectionError)

{{ $connectionError }}

@endif

Connect your EventBookings account to start managing events.

Connect Account @endif

Quick Actions

Configure Settings @if($isConnected) View Events Setup Widgets @endif
@if($isConnected)

Getting Started

1. Configure Events

Go to the Events page to manage which events are visible on your storefront and mark events as featured.

Manage Events

2. Add Widgets

Use the Widgets page to get code snippets for embedding EventBookings widgets in your Shopify theme.

Get Widget Code
@else

Welcome to EventBookings for Shopify

To get started, you'll need to connect your EventBookings account. This allows the app to fetch your events and display them on your Shopify store.

What you'll need:

These can be found in your EventBookings account settings under API Access.

Connect EventBookings Account
@endif @endsection