baiki ui/ux design
This commit is contained in:
@@ -10,16 +10,20 @@
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
<div class="card-header">{{ __('Pendahuluan Serahan') }}</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 active" aria-current="page">Pendahuluan Serahan</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<h5 class="text-center">Senarai Pendahuluan Serahan</h5>
|
||||
|
||||
<div class="mt-3 text-center mx-auto">
|
||||
<div class="mt-3 mx-auto">
|
||||
|
||||
<table class='table mt-4' id='table-pendahuluanserahan' style="width: 100%;">
|
||||
<thead>
|
||||
<table class='table table-hover table-striped table-bordered' id='table-pendahuluanserahan' style="width: 100%;">
|
||||
<thead class="thead-dark">
|
||||
<tr>
|
||||
<th>Tarikh</th>
|
||||
<th>Description</th>
|
||||
|
||||
Reference in New Issue
Block a user