Compare Inventory and Vehicle Items
Duplicates
@if($paginatedDuplicates->count() > 0)
@foreach($paginatedDuplicates as $duplicate)
@endforeach
@else
No duplicates found.
@endif
Differences
@if($paginatedDifferences->count() > 0)
@foreach($paginatedDifferences as $difference)
@endforeach
@else
No differences found.
@endif