new admin dashboard

This commit is contained in:
2020-04-03 02:21:25 -05:00
parent e8a077c0df
commit 4b56fb9025

View File

@@ -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