@extends('layouts.admin') @section('title', 'Edit vendor') @section('heading', 'Edit vendor') @section('content')
Give one vendor account access to multiple business profiles without sharing credentials.
| Member | Role | Status | |
|---|---|---|---|
| {{ $membership->user?->name }} {{ $membership->user?->email }} | {{ ucfirst($membership->role) }} | {{ $membership->is_active ? 'Active' : 'Revoked' }} | @if($membership->role !== 'owner' && $membership->is_active)@endif |
| No workspace members. | |||
Operational visibility for the weekly windows configured by this vendor.
| Day | Window | Interval | Capacity | Cutoff | Timezone |
|---|---|---|---|---|---|
| {{ ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'][$slot->weekday] }} | {{ $slot->starts_at }}–{{ $slot->ends_at }} | {{ $slot->interval_minutes }} min | {{ $slot->capacity }} | {{ $slot->cutoff_minutes }} min | {{ $slot->timezone }} |
| Immediate ordering only. | |||||
These controls are enforced by API checkout, not presentation-only metadata.