質問編集履歴
2
試したことを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -152,8 +152,12 @@
|
|
152
152
|
|
153
153
|
### 試したこと
|
154
154
|
|
155
|
-
色々ぐぐって、解決法を調べたが、
|
155
|
+
- 色々ぐぐって、解決法を調べたが、有益な情報が得られず。下記のサイトもよく分かりませんでした。
|
156
156
|
|
157
|
-
|
157
|
+
[http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/](http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/)
|
158
158
|
|
159
|
+
- 下記のように、任意パラメータの部分を{id?}と書いてみたが、if文の中のHTMLが表示されませんでした。
|
160
|
+
|
161
|
+
@if( url()->current() === url("/articles/**{id?}**/edit"))
|
162
|
+
|
159
|
-
[http://
|
163
|
+
[https://readouble.com/laravel/5.5/ja/routing.html](https://readouble.com/laravel/5.5/ja/routing.html)
|
1
質問文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
ヘルパ関数
|
19
|
+
どのようにヘルパ関数の(条件分岐の)箇所を書けば、うまく動くでしょうか?
|
20
20
|
|
21
21
|
|
22
22
|
|