@extends('layouts.page') @section('head') @include('elements.seo', ['title'=>'Ordenes' ]) @endsection @section('content') @php $sellerDashToday = $sellerDashToday ?? \Carbon\Carbon::now(config('app.seller_dashboard_timezone', 'America/Bogota'))->format('Y-m-d'); @endphp

Mi Cuenta

Gestiona tu información personal y pedidos

@if(session('success'))
{{ session('success') }}
@endif {{-- ── Seller Mini Dashboard ─────────────────────────── --}} @if(!empty($isSeller))
{{-- Date Range Picker --}}
Filtrar por fecha
{{-- Row 1: KPI Cards --}}

Total Pedidos

Ventas Totales

Ticket Promedio

{{-- Row 2: Category Sales Cards --}}
{{-- Filled dynamically via JS --}}
@endif {{-- ── / Seller Mini Dashboard ───────────────────────── --}}
@if(!empty($isSeller)) @if(empty($isSupervisor)) @endif @endif @if(!empty($isSupervisor)) @endif
@if(!empty($isSeller)) @if(empty($isSupervisor)) @endif @endif @if(!empty($isSupervisor))
@include('clients.orders.partials.my-routes-panel', [ 'myRoutes' => $myRoutes, 'statuses' => $statuses, 'sellerDashToday' => $sellerDashToday, ])
@endif
@endsection @section('scripts') @endsection