@extends('oee') @section('title', $page_title) @push('css') @endpush @push('js') @endpush @section('content')

Summary

@foreach ($oee_machines as $oee_machine)
{{$oee_machine->ident}}
Total Quantity -
Finish Good -
Reject -

Runtime Second -
Runtime Minute -

Downtime Second -
Downtime Minute -

OEE -
Quality -
Performance -
Availability -
@endforeach
@endsection @push('js') @endpush