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

Dashboard

{{ $shift[0]['shift'] ?? $shift[1]['shift'] ?? 'SHIFT -' }}
@foreach ($oee_machines as $machine)
{{$machine->ident}}
OEE
- %

%

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