|
@@ -39,8 +39,10 @@
|
|
<div class="alert alert-danger p-2 m-2">
|
|
<div class="alert alert-danger p-2 m-2">
|
|
<h5><i class="icon fas fa-exclamation-circle"></i>{{__('Error!')}}</h5>
|
|
<h5><i class="icon fas fa-exclamation-circle"></i>{{__('Error!')}}</h5>
|
|
<p class="pl-4">
|
|
<p class="pl-4">
|
|
- {{__('Make sure to link your products to nodes and eggs.')}} <br>
|
|
|
|
- {{__('There has to be at least 1 valid product for server creation')}}
|
|
|
|
|
|
+ @if(Auth::user()->role == 'admin')
|
|
|
|
+ {{__('Make sure to link your products to nodes and eggs.')}} <br>
|
|
|
|
+ {{__('There has to be at least 1 valid product for server creation')}}
|
|
|
|
+ @endif
|
|
</p>
|
|
</p>
|
|
<ul>
|
|
<ul>
|
|
@if($productCount === 0 )
|
|
@if($productCount === 0 )
|