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

Maintenance table

Products that Need a Maintnance are:

@foreach ($items as $key => $item) @if (!$item->IPicture) @else @endif @endforeach
Brand Number Serial Number Description Picture Cpu Ram Hdd VGA Monitor Battery Box others Control
{{ $item->brand->brandName }} {{ $item->INumber }} {{ $item->ISerialNumber }} {{ $item->IDescription }} {{ $item->ICPU }} {{ $item->IRAM }} {{ $item->IHHD }} {{ $item->IVGA }} {{ $item->IMonitor }} {{ $item->Battery }} {{ $item->Box }} {{ $item->Other }}
@csrf
Brand Number Serial Number Description Picture Cpu Ram Hdd VGA Monitor Battery Box others Control
@endsection @section('scripts') @endsection