Commit 68f5f605 by Alfiro Pratama

Menu tambah

parent b592db66
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
<!-- start page title --> <!-- start page title -->
<div class="page-title-box"> <div class="page-title-box">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-8"> <div class="col-12 col-md-8 col-sm-12">
<h6 class="page-title">{!! $title !!}</h6> <h6 class="page-title">{!! $title !!}</h6>
<ol class="breadcrumb m-0"> <ol class="breadcrumb m-0">
<li class="breadcrumb-item">Mahasiswa</li> <li class="breadcrumb-item">Mahasiswa</li>
<li class="breadcrumb-item">{!! $title !!}</li> <li class="breadcrumb-item">{!! $title !!}</li>
</ol> </ol>
</div> </div>
<div class="col-md-4"> <div class="col-12 col-md-4 col-sm-12">
<div class="float-end d-none d-md-block"> <div class="float-end d-none d-md-block">
@if($cekKel == 0) @if($cekKel == 0)
<a href="{{ route('mahasiswa.kelompok.create') }}" class="btn btn-primary waves-effect waves-light">Tambah</a> <a href="{{ route('mahasiswa.kelompok.create') }}" class="btn btn-primary waves-effect waves-light">Tambah</a>
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
@endif @endif
</div> </div>
</div> </div>
{{-- Untuk mobile --}}
<div class="d-block d-md-none mt-4 mb-n3">
@if($cekKel == 0)
<a href="{{ route('mahasiswa.kelompok.create') }}" class="btn btn-primary btn-sm waves-effect waves-light w-100">Tambah</a>
@endif
</div>
</div> </div>
</div> </div>
<!-- end page title --> <!-- end page title -->
......
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