new admin dashboard
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
@extends('layouts.admin.b4')
|
@extends('layouts.admin.b4')
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<table class="table table-striped">
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<h2>SRP Cost Codes</h2>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<table class="table table-striped table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Code</th>
|
<th>Code</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
@@ -32,5 +37,7 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
Reference in New Issue
Block a user