@extends('layouts.app') @section('content') Inventory Pro Inventory History of Holder No. Serial ID Assets Serial No. History @php $counter = 1 @endphp @if (!$model->isEmpty()) @foreach ($model as $list) {{ $counter++ }} {{ $list->id }} {{ $list->inventory->name }} {{ $list->serialNo }} View @endforeach @else No Data Found @endif @endsection