@extends('index') @section('content')

OEE


@if (auth()->user()->can('oee-dashboard'))
OEE
@endif @if (auth()->user()->can('pde-dashboard'))
Production Realtime
@endif @if (auth()->user()->can('summary-dashboard'))
Summary
@endif
@endsection @push('js') @endpush