質問編集履歴
3
書式の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,9 @@
|
|
50
50
|
|
51
51
|
```
|
52
52
|
|
53
|
-
Trying to get property 'name' of non-object (View: /var/www/html/laravel/resources/views/meeting/offer.blade.php)
|
53
|
+
Trying to get property 'name' of non-object (View: /var/www/html/laravel/resources/views/meeting/offer.blade.php)
|
54
|
+
|
55
|
+
```
|
54
56
|
|
55
57
|
|
56
58
|
|
2
Controllerの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,9 +50,7 @@
|
|
50
50
|
|
51
51
|
```
|
52
52
|
|
53
|
-
|
53
|
+
Trying to get property 'name' of non-object (View: /var/www/html/laravel/resources/views/meeting/offer.blade.php)```
|
54
|
-
|
55
|
-
```
|
56
54
|
|
57
55
|
|
58
56
|
|
1
誤字と修正追加 bladeの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -114,7 +114,7 @@
|
|
114
114
|
|
115
115
|
<div class="p-member--layout">
|
116
116
|
|
117
|
-
<h3 class="p-member--other">{{ $
|
117
|
+
<h3 class="p-member--other">{{ $offer->user->name}}zoom申請</h3>
|
118
118
|
|
119
119
|
<div class="p-member--border">
|
120
120
|
|