@php
$color_trends = [
'up' => '#29a645',
'flat' => '#0055b9',
'down' => '#e81c0d'
];
@endphp
Vendor Ranking Report
Vendor Ranking Report |
{{ $company->name }} |
Report Type: By {{ $is_vendor ? 'Vendor' : 'Brand' }}
@if($condition_name)
| Condition: {{ $condition_name }}
@endif
|
Date Range : {{ $formatted_date }} |
|
@if($is_vendor)
Vendor |
@else
Brand |
@endif
Sales |
Qty |
Profit |
Profit Margin |
@foreach($data as $el)
@if($is_vendor)
{{ $el->brand_group_name }} |
@else
{{ $el->brand_name }} |
@endif
${{ $el->price }} |
{{ $el->quantity }} |
${{ $el->profit_margin }} |
{{ $el->profit_margin_percentage }}% |
@endforeach
Total |
${{ $meta['total_price'] }} |
{{ $meta['total_quantity'] }} |
${{ $meta['total_profit_margin'] }} |
{{ $meta['total_profit_margin_percentage'] }}% |