Skip to content

Commit 29525a0

Browse files
committed
Small issue
1 parent 37e4f88 commit 29525a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/order/blank_data.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>No orders with status {{ $is_filtered }}</p>
1111
@endif
1212

13-
@if (auth()->user()->id == 2)
13+
@if (auth()->user()->role_id == 2)
1414
<a href="/product" class="link-info">
1515
<i class="fas fa-arrow-left me-1"></i>
1616
Buy some good product now

0 commit comments

Comments
 (0)