@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) }}

Your WooCommerce store is linked

{{ $store->site_name ?? $store->site_url }} is now connected to Ladill Woo Manager. Orders, products, and categories will sync from your store.

Connection details

Open Woo Manager

@endsection