ページタイトルを設定
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', 'ログイン')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>ログイン</h2>
|
||||
|
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', 'パスワードの再発行')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>パスワードの再発行</h2>
|
||||
|
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', 'パスワードの再発行')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>パスワードの再発行</h2>
|
||||
|
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', '新規登録')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>新規登録</h2>
|
||||
|
Reference in New Issue
Block a user