@extends('layouts.app', ['path' => 'global/settings']) @section('title', 'Global Settings - HRMS') @section('content') @can('global_settings.update|global_settings.read')

Global Settings

@include('partials.new_alerts')
@csrf
@can('logs.read') @endcan

Employee Number Configuration

@if(isset($organizationSetting['prefix_order'])) @foreach (json_decode($organizationSetting['prefix_order']) as $prefix_order) @if($prefix_order == 'use_deptartment')
@elseif($prefix_order == 'use_type')
@elseif($prefix_order == 'use_location')
@endif @endforeach @endif
Employee Number Preview:

General Settings

@can('global_settings.update') @endcan
@endcan @endsection @push('scripts') @endpush