@extends('layouts.admin') @section('content') @if (session('success'))
@endif
Inventories List
@if(count($inventory)>=1) @php $j=1; @endphp @foreach($inventory as $user) @php $j++; @endphp @endforeach @endif
Sr.No Inventory Name Created DB Type Inventory Fields Action
{{$j}} {{ucwords($user->name )}} Dec-31-1969 @if($user->itemtype !=''){{ucwords($user->itemtype->name)}}@endif {{ucwords($user->filedsCount )}}
@endsection