@extends('admin.layout.master') @section('title', 'Schedule Maintenance Report') @section('custom_style') @endsection @section('content')
| # | Starting Date | Ending Date | Indents |
|---|---|---|---|
| {{ $index++ }} |
{{ getDMY($item->date) }} {{ $item->note }} |
@if (isset($closedLog[$key]))
{{ getDMY($closedLog[$key]->date) }} {{ $closedLog[$key]->note }} @endif |
@foreach ($item->getIndent as $indent) {{ $indent->getIndentInfo->indent_no ?? '' }} @endforeach |