@php $isMkt = auth()->user() && auth()->user()->role_id == 2; @endphp @extends('admin.layout.app') @section('title', 'Daily Year') @section('content')
| App | Chỉ số | Tổng |
|---|
| LVT Global | Tổng LVT Global | Tổng | Trạng thái |
|---|---|---|---|
| Doanh thu | {{ format_currency($totalRevenue, '') }} | 0 | ok |
| Chi phí | {{ format_currency($totalCost, '') }} | 0 | ok |
| Lợi nhuận | {{ format_currency($profit, '') }} | 0 | ok |
| Lợi nhuận (%) | {{ format_currency($profitPercent, '') }}% | 0% | ok |
| Lợi nhuận sau thuế | @php $laravelNetProfit = $profit - ($totalRevenue * $taxPercent); @endphp{{ format_currency($laravelNetProfit, '') }} | 0 | ok |