Skip to content

Commit

Permalink
heheh
Browse files Browse the repository at this point in the history
  • Loading branch information
Diandaru committed Dec 16, 2024
1 parent 3a98117 commit 168edbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/views/monitoring_siswa/monitoring.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<div class="card-header border-bottom pb-3">
<div class="d-flex justify-content-between align-items-center mb-3">
<h6 class="font-weight-bold text-lg mb-0">Data Monitoring Siswa</h6>
<form method="GET" action="{{ route('monitoring.index') }}" class="d-flex">
{{-- <form method="GET" action="{{ route('monitoring.index') }}" class="d-flex">
<input type="text" name="search" class="form-control" placeholder="Cari" value="{{ request('search') }}">
</form>
</form> --}}
</div>
<hr>
<form id="filterForm" method="GET" action="{{ route('monitoring.index') }}">
Expand Down
4 changes: 2 additions & 2 deletions resources/views/pembimbing/materi.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class="btn btn-sm btn-dark btn-icon d-flex align-items-center me-2"
</div>
</div>
<div class="card-body px-0 py-0">
<div class="border-bottom py-3 px-3 d-sm-flex align-items-right">
{{-- <div class="border-bottom py-3 px-3 d-sm-flex justify-content-end align-items-right">
<div class="input-group w-sm-25 ">
<span class="input-group-text text-body">
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"
Expand All @@ -48,7 +48,7 @@ class="btn btn-sm btn-dark btn-icon d-flex align-items-center me-2"
</span>
<input type="text" class="form-control" placeholder="Search">
</div>
</div>
</div> --}}
<div class="table-responsive p-0">
<table class="table align-items-center mb-0">
<thead class="bg-gray-100">
Expand Down
4 changes: 2 additions & 2 deletions resources/views/pembimbing/materirpl.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="btn btn-sm btn-dark btn-icon d-flex align-items-center me-2" data-bs-togg
</div>
</div>
<div class="card-body px-0 py-0">
<div class="border-bottom py-3 px-3 d-sm-flex align-items-right">
{{-- <div class="border-bottom py-3 px-3 d-sm-flex justify-content-end align-items-right">
<div class="input-group w-sm-25 ">
<span class="input-group-text text-body">
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"
Expand All @@ -47,7 +47,7 @@ class="btn btn-sm btn-dark btn-icon d-flex align-items-center me-2" data-bs-togg
</span>
<input type="text" class="form-control" placeholder="Search">
</div>
</div>
</div> --}}
<div class="table-responsive p-0">
<table class="table align-items-center mb-0">
<thead class="bg-gray-100">
Expand Down

0 comments on commit 168edbf

Please sign in to comment.