ページタイトルを設定

This commit is contained in:
shibafu
2019-01-08 23:27:48 +09:00
parent cf1757319e
commit ad5fbc7ada
14 changed files with 35 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
@extends('layouts.base')
@section('title', 'ログイン')
@section('content')
<div class="container">
<h2>ログイン</h2>

View File

@@ -1,5 +1,7 @@
@extends('layouts.base')
@section('title', 'パスワードの再発行')
@section('content')
<div class="container">
<h2>パスワードの再発行</h2>

View File

@@ -1,5 +1,7 @@
@extends('layouts.base')
@section('title', 'パスワードの再発行')
@section('content')
<div class="container">
<h2>パスワードの再発行</h2>

View File

@@ -1,5 +1,7 @@
@extends('layouts.base')
@section('title', '新規登録')
@section('content')
<div class="container">
<h2>新規登録</h2>