@extends('backend.representative.layouts.representative-app') @section('title', 'Stripe Connect') @push('style') @endpush @section('content')
| Store | Stripe Account | Status | Action | |
|---|---|---|---|---|
| {{ $store->name }} | {{ $store->store_email ?? '—' }} |
@if($hasAccount)
{{ $store->stripe_account_id }}
@else
—
@endif
|
{{ $badgeLabel }} | @if($status !== 'active') @else Connected @endif |
| No stores available. | ||||