@php $isMkt = auth()->user() && auth()->user()->role_id == 2; @endphp @extends('admin.layout.app') @section('title', 'Daily Year') @section('content')
{{--

Danh mục app

--}}
Danh sách daily theo năm
@csrf
@can('view-report')
@endcan @if(Auth::user()->role_id == 1)
@endif
App Chỉ số Tổng
@php $laravelNetProfit = $profit - ($totalRevenue * $taxPercent); @endphp
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ế {{ format_currency($laravelNetProfit, '') }} 0 ok
Kéo ngang để xem hết biểu đồ
@endsection @push('styles') @endpush @push('scripts') @endpush @push('scripts') @endpush