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