{{$subtitle}}
{{ Breadcrumbs::render('backend.report.general') }}
@include('backend.partials.msg')
@include('backend.partials.errors')
DỰ ÁN: {{number_format($total_product)}} |
|
|
Trạng Thái |
@foreach($total_by_status_censorship as $v)
{{$status_censorship[$v->status_censorship]}}:
|
{{number_format($v->total)}} |
@endforeach
|
Hiện Trạng |
@foreach($total_by_status as $v)
@if(empty($v->status_name)) @continue; @endif
{{$v->status_name}}:
|
{{number_format($v->total)}} |
@endforeach
|
Danh Tính |
@foreach($total_by_contact_info as $v)
@if($v->type===null) @continue; @endif
{{$contact_type[$v->type]}}: |
{{number_format($v->total)}} |
@endforeach
|
@endsection
@section('script')
@stop