@extends('layouts.dashboard') @section('content')

Reports

Reports List


0){ ?> @foreach($mis as $val) @endforeach
Total Records: {{count($mis)}} MIS
CDC Cust Bill Actual Bill Vendor Incentive MTD HVT HVT Value HVT % RO
Business Total {{$cp}} {{$ap}} {{$dp}} {{$in}} {{$hvt}} {{$mtd_hvt}} {{hvt_in_percentage($mtd_hvt,$cp)}}% {{$service}}
{{get_name($val['dealer_id'])}} {{round($val['customer_price'])}} {{round(@$val['actual_price'])}} {{round($val['dealer_price'])}} {{round($val['incentive'])}} {{round($val['hvt_total'])}} {{round($val['mtd_hvt_value'])}} {{hvt_in_percentage($val['mtd_hvt_value'],$val['customer_price'])}}% {{$val['service_load']}}
No Record
@endsection