Sr#
Code
Brand Origin
Country
Manufacturer Company
Vehicle Type
Action
@if(isset($wmiCodes) && count($wmiCodes)>0)
@foreach ($wmiCodes as $item)
{{$item->id}}
{{$item->code}}
{{$item->brand_origin}}
{{$item->manufacturing_country}}
{{$item->manufacturer_company}}
{{$item->vehicle_type}}
@endforeach
{{ $wmiCodes->links() }}
@else
@endif