@extends('layouts.content') @section('body_content') Schedule Employee Non Shift Department Non Shift @if (in_array(auth()->user()->roles->accessLevel->name, ['Developer', 'Director', 'HR-Manager', 'HR-Legal-Staff'])) Update All Employee @endif @include('partials.alert') @include('EmployeeShift.modals.edit_perdepartment_modal'); @include('EmployeeShift.modals.edit_all_employee_modal'); @push('scripts') @if (in_array(auth()->user()->roles->accessLevel->name, ['Developer', 'Director', 'HR-Manager', 'HR-Legal-Staff'])) @else @endif @endpush @endsection