Commit 550be0c4 authored by Muhammad Azhar Ibnu Wiguna's avatar Muhammad Azhar Ibnu Wiguna
Browse files

Update cctv.blade.php

membuat tanggal pada laman cctv menjadi unselectable
parent 3e873bb2
No related merge requests found
Pipeline #1135 passed with stage
in 4 minutes and 24 seconds
Showing with 3 additions and 3 deletions
+3 -3
......@@ -69,9 +69,9 @@
<span class="sr-only">Next</span>
</button>
</div>
<center><p style="user-select: none;"><b>{{$tm1->waktu}}</b></p></center>
<h5 class="title iq-tw-6">Keterangan :</h5>
<p>{{ $tm1->keterangan }}</p>
<center><p><b>Tanggal : {{$tm1->waktu}}</b></p></center>
</div>
</div>
</div>
......@@ -123,9 +123,9 @@
<span class="sr-only">Next</span>
</button>
</div>
<center><p style="user-select: none;"><b>{{$tm2->waktu}}</b></p></center>
<h5 class="title iq-tw-6">Keterangan :</h5>
<p>{{ $tm2->keterangan }}</p>
<center><p><b>Tanggal : {{$tm2->waktu}}</b></p></center>
<p>{{ $tm2->keterangan }}</p>
</div>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment