Skip to content

Commit

Permalink
patch konsep
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Dec 1, 2024
1 parent fd55383 commit cc982e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/rotasi/cabang/konsep.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class="py-2.5 px-5 ms-3 text-sm font-medium text-gray-900 focus:outline-none bg-
class="resize-none flex-grow p-2 border-2 border-slate-400 rounded-s-md"
placeholder="Nama Berkas ...">
<label for="task">Task</label>
<select name="task" id="task">
<select name="task" id="task" class="flex-grow p-2 border-2 border-slate-400 rounded-s-md">
<option value="">Pilih Tugas</option>
@foreach ($tasks as $task)
<option value="{{ $task->id }}">{{ $task->deskripsi }}</option>
Expand Down

0 comments on commit cc982e9

Please sign in to comment.