|
@@ -2,14 +2,14 @@
|
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
|
<?php
|
|
|
$appInternalName = config('app.internalName');
|
|
|
- $appConfig = config('constants.' . $appInternalName);
|
|
|
+ $appConfig = config('constants.' . $appInternalName);
|
|
|
?>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
- <title>{{$appConfig['name']}}</title>
|
|
|
+ <title>LetsBeSafe Admin</title>
|
|
|
<link rel="icon" type="image/png" href="{{asset($appConfig['favicon'])}}">
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
|
<link rel="stylesheet" href="{{asset('vendor/fontawesome/css/all.min.css')}}">
|