@extends('backend.layout') @section('content')
Doanh thu
@if(isset($boxs))
@foreach($year as $key => $val)
@foreach($months as $m) @endforeach @foreach($new[$val] as $mon) @endforeach @foreach($renew[$val] as $mon) @endforeach @foreach($cancel[$val] as $mon) @endforeach
LoạiT {{$m}}Tổng
Đăng ký{{number_format($mon,0,'.','.')}}{{number_format(array_sum($new[$val]),0,'.','.')}}
Gia hạn{{number_format($mon,0,'.','.')}}{{number_format(array_sum($renew[$val]),0,'.','.')}}
Huỷ{{number_format($mon,0,'.','.')}}{{number_format(array_sum($cancel[$val]),0,'.','.')}}
@endforeach
@endif @endsection @push('scripts') @if(isset($boxs)) @endif @endpush