@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('KorisniciShow', $user) }} @endsection @section('title', 'Pregled korisnika') @section('content')
@include('cms.lms_user.partials.show._user_header')
Izmeni @if (($user->status == 1) && ($user->suspend == 0)) Uloguj se kao {{ $user->first_name }} @endif Pošalji poruku @if (isset($user->company)) {{-- --}} @endif @if (isset($user->company)) {{-- --}} @endif @if ($user->enrolledSubscribes->count() == 0) @else
@csrf
@endif
@if (isset($user->company)) @endif @if (isset($user->company)) @endif
@include('cms.company_bought_package.partials.show_bought_package_users._modal-change-status-to-enabled') @include('cms.company_bought_package.partials.show_bought_package_users._modal-change-status-to-disabled') @if ($user->enrolledSubscribes->count() == 0) @include('cms.lms_user.partials._modal-add-user-licence') @else @include('cms.lms_user.partials.show._edit-user-licence-modal') @endif @endsection @section('scripts') @parent @if ($user->enrolledSubscribes->count() == 0) @else @endif @endsection