@can('view-report')
@include('components.dashboard-filters', [
'dashboard' => 'daily_month',
'action' => route('daily.index_month'),
'data' => [
'apps' => $apps,
'users' => $users ?? []
],
'slot' => (Auth::check() && Auth::user()->is_layout_two == 0 ? '
' : '')
])
@else
@endcan
@can('view-report')
| 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 |
@endcan
@cannot('view-report')
| Chỉ số |
Tổng |
| Doanh thu |
{{ format_currency($totalRevenue, '') }} |
| Chi phí |
{{ format_currency($totalCost, '') }} |
| Lợi nhuận |
{{ format_currency($profit, '') }} |
| Lợi nhuận (%) |
{{ format_currency($profitPercent, '') }}% |
@endcannot