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

Maintenance table

Products that are in maintnance :

@foreach ($items as $key => $item) @if (!$item->IPicture) @else @endif @endforeach
Brand Number Serial Number Description Picture Status Notice Start Date Control
{{ $item->brand->brandName }} {{ $item->INumber }} {{ $item->ISerialNumber }} {{ $item->IDescription }} {{ $item->maintenance->status }} {{ $item->maintenance->notice }} {{ $item->maintenance->startDate }}
@csrf


@csrf
Brand Number Serial Number Description Picture Status Notice Start Date Control
@endsection @section('scripts') @endsection