@extends('layouts.app') @section('title', 'My Online Store') @section('page-title', 'Online Store') @section('breadcrumb', 'Manage your public-facing storefront') @section('content')
Your store is LIVE
{{ route('storefront.show', $tenant->slug) }}
⚠ Your store is currently offline
Enable it below to start accepting orders
{{ $s['value'] }}
{{ $s['label'] }}
{{ $order->customer_name }}
₹{{ number_format($order->total_amount, 0) }}
{{ ucfirst($order->status) }}