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

Welcome , {{Auth::user()->name}}

@if (auth()->user()->can('oee-homepage') || auth()->user()->can('production_performance') || auth()->user()->can('alarm-list') || auth()->user()->can('master-data-oee'))

OEE


@endif
@if (auth()->user()->can('oee-homepage'))
Dasboard OEE
@endif @if (auth()->user()->can('production_performance')) {{--
--}}
Production Performance
@endif {{-- @if (auth()->user()->can('production_performance')) --}}
Stock Data
{{-- @endif --}} @if (auth()->user()->can('alarm-list'))
Alarm List
@endif @if (auth()->user()->can('master-data-oee'))
Master Data
@endif
@if (auth()->user()->can('mrp-dashboard') || auth()->user()->can('forecast-list') || auth()->user()->can('production-homepage') || auth()->user()->can('delivery-homepage') || auth()->user()->can('inventory-homepage') || auth()->user()->can('report-homepage') || auth()->user()->can('master-data'))

MRP


@endif
@if (auth()->user()->can('mrp-dashboard'))
Dashboard MRP
@endif @if (auth()->user()->can('forecast-list'))
Forecast
@endif @if (auth()->user()->can('production-homepage'))
Production
@endif @if (auth()->user()->can('delivery-homepage'))
Delivery
@endif @if (auth()->user()->can('inventory-homepage'))
Inventory
@endif @if (auth()->user()->can('report-homepage'))
Reports
@endif @if (auth()->user()->can('master-data'))
Master Data
@endif
@if (auth()->user()->can('access-management-homepage') || auth()->user()->can('users-list') || auth()->user()->can('users-list'))

Acces Management


@endif
@if (auth()->user()->can('users-list'))
Users
@endif @if (auth()->user()->can('roles-list'))
Roles
@endif
Permissions

@endsection @push('js') @endpush