@extends('layouts.app') @section('title', __('Multi-Channel Sales Report')) @section('content')

{{ __('Multi-Channel Sales Report') }} {{ __('Online vs Offline Performance Analytics') }}

{{ __('Filters') }}

{!! Form::label('channel_date_filter', __('Date Range') . ':') !!} {!! Form::text('channel_date_filter', null, ['class' => 'form-control', 'readonly', 'style' => 'background-color: white;']) !!}
{!! Form::label('channel_type', __('Channel Type') . ':') !!} {!! Form::select('channel_type', $channel_types, null, ['class' => 'form-control select2', 'style' => 'width:100%']) !!}
{!! Form::label('location_filter', __('Location') . ':') !!} {!! Form::select('location_filter', $locations, null, ['class' => 'form-control select2', 'style' => 'width:100%']) !!}

@if($currency_placement === 'before'){{ $currency_symbol }}0@else 0{{ $currency_symbol }}@endif

{{ __('Online Revenue') }}

@if($currency_placement === 'before'){{ $currency_symbol }}0@else 0{{ $currency_symbol }}@endif

{{ __('Offline Revenue') }}

0

{{ __('Cross-Channel Customers') }}

0%

{{ __('Channel Efficiency') }}

{{ __('Channel Revenue Distribution') }}

{{ __('Channel Performance Metrics') }}

{{ __('Channel Profitability Analysis') }}

{{ __('Channel') }} {{ __('Orders') }} {{ __('Revenue') }} {{ __('Avg Order Value') }} {{ __('Tax Collected') }} {{ __('Shipping Revenue') }} {{ __('Discounts Given') }} {{ __('Profit Margin') }}
{{ __('Loading...') }}

{{ __('Customer Channel Preferences') }}

{{ __('Peak Hours by Channel') }}

{{ __('Top Cross-Channel Customers') }}

{{ __('Customer Name') }} {{ __('Online Orders') }} {{ __('Offline Orders') }} {{ __('Online Revenue') }} {{ __('Offline Revenue') }} {{ __('Total Revenue') }} {{ __('Preference') }}
{{ __('Loading...') }}

{{ __('Channel Performance Trends') }}

{{ __('Channel Optimization Insights') }}

{{ __('Generating insights...') }}
@endsection @section('javascript') @endsection