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