14 lines
628 B
PHP
Executable File
14 lines
628 B
PHP
Executable File
<!-- Title Meta -->
|
|
<meta charset="utf-8" />
|
|
<title>{{ $subtitle}} | DPUTR</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="DPUTR Dashboard App" />
|
|
<meta name="author" content="DPUTR" />
|
|
<meta name="keywords" content="DPUTR, PUTR, dinas pekerjaan umum dan tata ruang, kabupaten bandung" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="/images/dputr.ico"> |