Answer the question
In order to leave comments, you need to log in
Why syntax error, unexpected end of file?
@if (is_array($org))
<div class="col-sm-3"><h5>Роль пользователя:</h5> {{ $user->role }} </div>
<div class="col-sm-3"><h5>E-mail:</h5> {{ $user->email }} </div>
<div class="col-sm-3"><h5>Телефон:</h5> {{ $user->tel }} </div>
<div class="col-sm-3"><h5>Активность:</h5> @if ($user->active)
<a href="{{ URL::to('/admin/user/no-active/'.$user->id) }}"><i class="fa fa-check-square fa-lg"></i></a>
@else
<a href="{{ URL::to('/admin/user/active/'.$user->id) }}"><i class="fa fa-check-square-o fa-lg"></i></a>
@endif </div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question