ページタイトルを設定
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', $category['label'] . ': ' . $info->title)
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<nav aria-label="breadcrumb" role="navigation">
|
||||
|
Reference in New Issue
Block a user