@extends('vendor.layouts.plain') @section('style') @endsection @section('content')

Vendor Settings

@if (session('status'))
{{ session('status') }}
@endif
Store Settings
Store Status
Customers can view your products
user()->store_status) aria-label="Toggle store status">
Vacation Mode
Temporarily pause orders
user()->vacation_mode) aria-label="Toggle vacation mode">
Notifications
New Orders
user()->notify_new_orders) aria-label="Toggle new orders notification">
Low Stock Alerts
user()->notify_low_stock) aria-label="Toggle low stock alerts">
Payment Updates
user()->notify_payment_updates) aria-label="Toggle payment updates notification">
Customer Messages
user()->notify_customer_messages) aria-label="Toggle customer messages notification">
Account Settings
Change Password Payment Methods Tax Information Deactivate Account
@endsection @section('script') @endsection