@extends('layouts.content') @section('body_content') @push('custom-css') @endpush
Organization Structure
@include('partials.alert')
@if (in_array(auth()->user()->roles->name, ['HR-Manager', 'People Development']))
@csrf
Struktur Organisasi belum dipilih! Silakan pilih file terlebih dahulu.
@endif
{{--
Structure
@include('partials.alert')
--}}
@push('scripts') {{-- --}} @endpush @endsection