@extends('backend/layouts/default') {{-- Page title --}} @section('title') @lang('admin/users/general.view_user', array('name' => $user->first_name)) :: @parent @stop {{-- Page content --}} @section('content')
| Asset Type | Asset Tag | Name | Actions |
|---|---|---|---|
| @if ($asset->physical=='1') {{{ $asset->model->name }}} @endif | {{{ $asset->asset_tag }}} | {{{ $asset->name }}} | Checkin |
| Name | Serial | Actions |
|---|---|---|
| {{{ $license->name }}} | {{{ mb_strimwidth($license->serial, 0, 50, "...") }}} | Checkin |
| Name | Actions | |
|---|---|---|
| {{{ $accessory->name }}} | {{{ mb_strimwidth($accessory->serial, 0, 50, "...") }}} | Checkin |
| Date | @lang('table.action') | @lang('general.asset') | @lang('table.by') |
|---|---|---|---|
| {{{ $log->created_at }}} | {{{ $log->action_type }}} |
@if ((isset($log->assetlog->name)) && ($log->assetlog->deleted_at==''))
{{{ $log->assetlog->asset_tag }}}
@elseif ((isset($log->assetlog->name)) && ($log->assetlog->deleted_at!=''))
|
{{{ $log->adminlog->fullName() }}} |