@extends('admin.layouts.master') @section('title', 'قمع المبيعات') @push('styles') @endpush @section('page-header') @include('admin.reports._header', [ 'title' => 'قمع المبيعات (Sales Funnel)', 'subtitle' => 'رحلة العميل من الاستفسار الأول حتى التحصيل النهائي', 'icon' => 'ti-filter', 'color' => 'info', ]) @endsection @section('content') @include('admin.reports._filters', ['from'=>$from, 'to'=>$to, 'showCompare'=>false])
| نوع الطباعة | طلبات | وحدات | المبيعات | التكلفة | الربح | الهامش |
|---|---|---|---|---|---|---|
| {{ $t['type'] }} | {{ $t['orders'] }} | {{ number_format($t['units']) }} | {{ number_format($t['revenue'], 2) }} | {{ number_format($t['cost'], 2) }} | {{ number_format($t['profit'], 2) }} | {{ $t['margin'] }}% |