baiki ui/ux design
This commit is contained in:
@@ -5,16 +5,22 @@
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
<div class="card-header">{{ __('Dashboard') }}</div>
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb pb-3">
|
||||
<li class="breadcrumb-item"><a href="{{ route('home') }}">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ url('menu') }}">Khazanah</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Pendahuluan</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="card-body text-center">
|
||||
|
||||
<div class="row mb-4">
|
||||
<div class="col-2 justify-content-start">
|
||||
<a href="{{ url('menu') }}" class="ion-backspace" style="font-size:50px;color:blue;"></a>
|
||||
</div>
|
||||
<div class="col-8 mt-3 justify-content-center">
|
||||
<h3>Pendahuluan</h3>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
@@ -45,8 +51,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<table class='table mt-4' id='table-pendahuluan' style="width:100%;">
|
||||
<thead>
|
||||
<table class='table table-striped table-hover' id='table-pendahuluan' style="width:100%;">
|
||||
<thead class="thead-dark">
|
||||
|
||||
<th>Bil</th>
|
||||
<th>Teller ID</th>
|
||||
|
||||
Reference in New Issue
Block a user