@extends('layouts.admin') @section('scripts') @endsection @section('content')
{{ __('Real-time operational data synchronized') }}

{{ __('Sales Quantity') }}

-

{{ __('Product physical shipment count') }}

{{ __('Total Sales Amount') }}

-

{{ __('Total transaction amount of successful payments') }}

{{ __('Total Product Cost') }}

-

{{ __('Accumulated dynamic product purchase cost') }}

{{ __('Total Sales Profit') }}

-

{{ __('Quick Filter') }}
@if(auth()->user()->isSystemAdmin())
@foreach($companies as $c) @endforeach
@endif
@foreach($products as $p) @endforeach

{{ __('Product Sales & Profit Trend') }}

{{ __('Daily operational variance curve for selected timeframe') }}

{{ __('Sales Amount') }}
{{ __('Product Cost') }}
{{ __('Sales Quantity') }}

{{ __('Detailed Analysis Data') }}

{{ __('Show') }}

{{ __('to') }} / {{ __('items') }}

@endsection