34 lines
1.2 KiB
PHP
34 lines
1.2 KiB
PHP
{{-- begin::head --}}
|
|
<!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, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<title>KoperasiKu - {{ $data['subtitle'] }}</title>
|
|
|
|
<!-- Custom fonts for this template-->
|
|
<link href="<?= frontend('vendor/fontawesome-free/css/all.min.css') ?>" rel="stylesheet" type="text/css">
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
|
<link href="<?= frontend('css/sb-admin-2.min.css') ?>" rel="stylesheet">
|
|
@stack('css')
|
|
</head>
|
|
|
|
<body class="bg-gradient-primary" style="
|
|
background-color: #5499a4 !important;
|
|
background-image: linear-gradient(180deg, #2c57a9 10%, #12214c 100%) !important;
|
|
background-size: cover !important;
|
|
">
|
|
<div class="">
|
|
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
|
|
<div class="container">
|
|
<h1 class="h5 mb-0 text-primary font-weight-bold"><i class="fas fa-chart-pie mr-3 rotate-15"></i>Akuntansi</h1>
|
|
</div>
|
|
</nav>
|
|
</div>
|