Created Suppliers

This commit is contained in:
Deon George
2021-12-20 14:25:43 +11:00
parent 0aa7ff3b2c
commit bdcfe07fb0
12 changed files with 504 additions and 33 deletions

View File

@@ -101,23 +101,4 @@
</div>
</div>
</div>
@endsection
@section('page-scripts')
<style>
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #ffffff;
color: #343a40;
}
.nav-pills .nav-link:hover {
background-color: #6c757d;
color: #ffffff;
}
.nav-pills .nav-link:not(.active):hover {
background-color: #6c757d;
color: #ffffff;
}
</style>
@append
@endsection