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

{{$page_title}}

@foreach ($oee_machines as $machine)
{{$machine->ident}}
PRODUCT OUTPUT (pcs)
DIFF
DEFECT RATE (%)
DIFF
EFFICIENCY (%)
DIFF
@endforeach
@endsection