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

{{ $page_title }}

@foreach ($oee_machines as $oee_machine)
Machine-{{ $oee_machine->ident }} !
Production Output (pcs)
Defect Rate (%)
Efficiency (%)
@endforeach
@endsection @push('js') @endpush