@extends('admin.layout.app') @section('title', 'Danh mục') @section('content') @php $autoFilterSubmit = Auth::check() && Auth::user()->filter_auto_submit; @endphp
{{--

Danh mục app

--}}
Danh sách daily theo tháng
@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
@csrf
@endcan @can('view-report')
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
@endcan @cannot('view-report')
LVT Global
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
@endsection @push('styles') @endpush @push('scripts') @endpush @push('scripts') @endpush