@extends('layouts.content') @push('custom-css') @endpush @section('body_content')
@if (in_array(auth()->user()->roles->accessLevel->name, ['Developer', 'HR-Manager', 'HR-Legal-Staff']))
@endif
@push('scripts') @endpush @endsection