@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'woo']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'woo']) @endsection @section('content')
Store connected
{{ $store->site_name ?? parse_url($store->site_url, PHP_URL_HOST) }}
{{ $store->site_name ?? $store->site_url }} is now connected to Ladill Woo Manager. Orders, products, and categories will sync from your store.
Connection details
Store URL
{{ $store->site_url }}
Connected
{{ $store->connected_at?->format('F j, Y \a\t g:i A') ?? now()->format('F j, Y \a\t g:i A') }}