@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)) @if($isFrontAdminUser) Uloguj se kao front admin @else Uloguj se kao {{ $user->first_name }} @endif @endif @if (($user->suspend == 1) && ($user->status == 0))
@csrf
@endif Pošalji poruku @if (isset($user->company)) {{-- --}} @endif @if (isset($user->company)) {{-- --}} @endif @if ($user->is_b2c) @if ((new App\Services\LMSUserService())->showAdmonB2CAssignRenewButtons($user)) @endif @else @if ($user->enrolledSubscribes->count() == 0) @else
@csrf
@endif @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('modals') @if ($user->is_b2c) @livewire('c-m-s.b2-c-user-subscription', ['is_renew' => (new App\Services\LMSUserService())->isUserSubscribeExpired($user)]) @endif @endsection @section('scripts') @parent @if ($user->enrolledSubscribes->count() == 0) @else @endif @endsection