Skip to content

Commit f96d603

Browse files
committed
Update index.blade.php
1 parent 45050d7 commit f96d603

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/views/visits-monitoring/index.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
</td>
5858
<td class="pl-5">
5959
<div class="flex items-center">
60-
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 50 50">
61-
<path d="M 46 4.867188 L 4 10.117188 L 4 39.882813 L 46 45.132813 Z M 44 7.132813 L 44 24 L 25 24 L 25 9.507813 Z M 23 9.757813 L 23 24 L 6 24 L 6 11.882813 Z M 6 26 L 23 26 L 23 40.242188 L 6 38.117188 Z M 25 26 L 44 26 L 44 42.867188 L 25 40.492188 Z"></path>
62-
</svg>
60+
@include('LaravelUserMonitoring::layouts.platform', ['platform' => $visit->platform])
6361
<p class="text-sm leading-none text-gray-600 ml-2">
6462
{{ $visit->platform }}
6563
</p>

0 commit comments

Comments
 (0)