@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') @php $date = date('Y-m-d'); @endphp @foreach ($oee_machines as $item) @endforeach @endpush