@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
@foreach ($generatorLogBookLists as $index => $item) @endforeach
S.N Generator Log Type Status Action
{{ $index + 1 }} {{ $item->name }} {{ $item->log_type }} {{ $item->status }}
@endsection