@foreach($data_v1 as $key => $list)
3 ? "display: inline-block;" : "" !!} >
{{-- 16 limit--}}
{{ucwords(str_replace("_", " ", $key))}}
@foreach($list as $item)
-
{{$item}}
@endforeach
@endforeach
@php
$data = json_decode($report['inspection_data']??[]);
$size_of_data = 1;
foreach($data as $key => $list)
{
if($key === 'car' || $key === "customer" || $list === null)
{
continue;
}
$size_of_data++;
}
@endphp
@foreach($data as $key => $list)
@if($key === 'car' || $key === "customer" || $list === null)
@continue
@endif
@endforeach
@if(empty($data_length) )
@php($data_length = 0)
@endif
16 ? "" : "" !!} ">
{{-- 16 limit--}}