@extends('layout.master') @section('css') @endsection @section('main_content')

Products table

@foreach ($items as $key => $item) @if (!$item->IPicture) @else @endif @endforeach
# Product Brand Product Number Product Serial Number Product Description Picture CPU RAM HDD VGA Monitor Battery Box Owner Location Category Type Other Action
{{ $item->IID }} {{ $item->brandId }} {{ $item->INumber }} {{ $item->ISerialNumber }} {{ $item->IDescription }} {{ $item->ICPU }} {{ $item->IRAM }} {{ $item->IHHD }} {{ $item->IVGA }} {{ $item->IMonitor }} {{ $item->Battery }} {{ $item->Box }} {{ $item->owner }} {{ $item->location }} {{ $item->category }} {{ $item->IType }} {{ $item->Other }}
# Product Brand Product Number Product Serial Number Product Description Picture CPU RAM HDD VGA Monitor Battery Box Owner Location Category Type Other Action
@endsection @section('scripts') @endsection