Skip to content

Commit

Permalink
fix path image attendance show
Browse files Browse the repository at this point in the history
  • Loading branch information
IDStack authored and IDStack committed Oct 11, 2020
1 parent 40219e1 commit 80c61a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/attendance/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</tr>
<tr>
<th>Photo</th>
<td><img width="350" src="{{ asset('/storage/photo/' . $detail->photo) }}" alt=""></td>
<td><img width="350" src="{{ asset('/storage/attendance/' . $detail->photo) }}" alt=""></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 80c61a7

Please sign in to comment.