only actuve user can chose priority

This commit is contained in:
arindam85
2016-10-31 14:01:48 +05:30
parent 6ff84612b5
commit 53868f5c07
3 changed files with 11 additions and 7 deletions

View File

@@ -175,6 +175,7 @@ class = "active"
?>
@if($user_Priority == 1)
@if(Auth::user()->active == '1')
<div class="col-md-12 form-group">
<div class="row">
<div class="col-md-1">
@@ -186,7 +187,7 @@ class = "active"
</div>
</div>
</div>
@else
@endif
@endif
<div class="col-md-12 form-group {{ $errors->has('Subject') ? 'has-error' : '' }}">