|
@ -11,6 +11,7 @@ |
|
|
<div class="card-body"> |
|
|
<div class="card-body"> |
|
|
@if (Auth::user()->isAdmin()) |
|
|
@if (Auth::user()->isAdmin()) |
|
|
<a href="{{ route('adjunctadditions.create') }}" class="btn btn-primary">Add Adjunct Addition</a> |
|
|
<a href="{{ route('adjunctadditions.create') }}" class="btn btn-primary">Add Adjunct Addition</a> |
|
|
|
|
|
<hr /> |
|
|
@endif |
|
|
@endif |
|
|
<table class="table table-striped table-dark" id="table-programs"> |
|
|
<table class="table table-striped table-dark" id="table-programs"> |
|
|
<!-- This piece of code is for error messages display purposes --> |
|
|
<!-- This piece of code is for error messages display purposes --> |
|
|