Below is the content of my index file located in views.admin:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/admin/style.css">
<title>title</title>
</head>
And here is another file also situated in views.admin:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/admin/style.css">
<title>title</title>
</head>
The index file is functioning correctly, but the other file is not applying the css styles.
Additionally, the css file can be found at 'public/css/admin/style.css'