20 lines
553 B
PHP
20 lines
553 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Module Karyawaf</title>
|
|
|
|
{{-- Laravel Mix - CSS File --}}
|
|
{{-- <link rel="stylesheet" href="{{ mix('css/karyawaf.css') }}"> --}}
|
|
|
|
</head>
|
|
<body>
|
|
@yield('content')
|
|
|
|
{{-- Laravel Mix - JS File --}}
|
|
{{-- <script src="{{ mix('js/karyawaf.js') }}"></script> --}}
|
|
</body>
|
|
</html>
|