@extends('layouts.syndron.app') @section('content')

{{ __('connect your woocommerce shop') }}

{{ __('Please enter the information below to connect your WooCommerce store to the system.') }}

@if (auth()->user()->shop->isShopWooCommerceCredentialExist() === true) @endif
@csrf
@error('woo_url') {{ $message }} @enderror
@error('consumer_key') {{ $message }} @enderror
@error('consumer_secret') {{ $message }} @enderror
@endsection