Reports & Analytics
Export Report Settings
${{ number_format($overviewStats['total_revenue'], 2) }}
Total Revenue
{{ number_format($overviewStats['total_orders']) }}
Total Orders
{{ number_format($overviewStats['avg_order_value'], 2) }}
Avg Order Value
{{ number_format($overviewStats['total_customers']) }}
Total Customers
@if($selectedReport === 'all' || $selectedReport === 'revenue') @include('livewire.reports.partials.revenue-analysis') @endif @if($selectedReport === 'all' || $selectedReport === 'customers') @include('livewire.reports.partials.customer-analytics') @endif @if($selectedReport === 'all' || $selectedReport === 'services') @include('livewire.reports.partials.service-trends') @endif @if($selectedReport === 'all' || $selectedReport === 'performance') @include('livewire.reports.partials.performance-metrics') @endif
@push('scripts') @endpush