add title
This commit is contained in:
parent
8f9debc7cb
commit
f27355dcc7
|
|
@ -16,16 +16,16 @@
|
||||||
<!-- inject:css -->
|
<!-- inject:css -->
|
||||||
<link rel="stylesheet" href="{{ asset('assets/admin/css/vertical-layout-light/style.css') }}">
|
<link rel="stylesheet" href="{{ asset('assets/admin/css/vertical-layout-light/style.css') }}">
|
||||||
<!-- endinject -->
|
<!-- endinject -->
|
||||||
<link rel="shortcut icon" href="{{ asset('assets/admin/images/favicon.png') }}" />
|
<link rel="shortcut icon" href="{{ asset('assets/admin/images/iconsig.png') }}" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container-scroller">
|
<div class="container-scroller">
|
||||||
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||||||
<div class="content-wrapper d-flex align-items-center auth px-0">
|
<div class="px-0 content-wrapper d-flex align-items-center auth">
|
||||||
<div class="row w-100 mx-0">
|
<div class="mx-0 row w-100">
|
||||||
<div class="col-lg-4 mx-auto">
|
<div class="mx-auto col-lg-4">
|
||||||
<div class="auth-form-light text-left py-5 px-4 px-sm-5">
|
<div class="px-4 py-5 text-left auth-form-light px-sm-5">
|
||||||
<div class="brand-logo">
|
<div class="brand-logo">
|
||||||
<img src="{{ asset('assets/admin/images/sig-logo.png') }}" alt="logo">
|
<img src="{{ asset('assets/admin/images/sig-logo.png') }}" alt="logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
@csrf
|
@csrf
|
||||||
|
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
<div class="alert alert-danger mb-4">
|
<div class="mb-4 alert alert-danger">
|
||||||
{{ $errors->first() }}
|
{{ $errors->first() }}
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<h1 class="mb-2 mb-lg-0">Tentang</h1>
|
<h1 class="mb-2 mb-lg-0">Tentang</h1>
|
||||||
<nav class="breadcrumbs">
|
<nav class="breadcrumbs">
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="index.html">Beranda</a></li>
|
<li><a href="{{ url('/') }}">Beranda</a></li>
|
||||||
<li class="current">Tentang</li>
|
<li class="current">Tentang</li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
@extends('user.template')
|
@extends('user.template')
|
||||||
|
|
||||||
@section('title', 'Beranda')
|
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
<section id="hero" class="hero section">
|
<section id="hero" class="hero section">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,13 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
<title>@yield('title') | SIG TPS Kabupaten Nganjuk</title>
|
<title>
|
||||||
|
@hasSection('title')
|
||||||
|
@yield('title') | SIG TPS Kabupaten Nganjuk
|
||||||
|
@else
|
||||||
|
SIG TPS Kabupaten Nganjuk
|
||||||
|
@endif
|
||||||
|
</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue