new admin dashboard
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
@extends('layouts.admin.b4')
|
||||
@section('content')
|
||||
<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>
|
||||
<th>Code</th>
|
||||
<th>Description</th>
|
||||
@@ -32,5 +37,7 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user