{{-- TODO: Translate --}} @if ($snipeSettings->logo_print_assets=='1') @if ($snipeSettings->brand == '3')

@if ($snipeSettings->logo!='') @endif {{ $snipeSettings->site_name }}

@elseif ($snipeSettings->brand == '2') @if ($snipeSettings->logo!='') @endif @else

{{ $snipeSettings->site_name }}

@endif @endif

Assigned to {{ $show_user->present()->fullName() }}

@if ($assets->count() > 0) @php $counter = 1; @endphp @foreach ($assets as $asset) @if($settings->show_assigned_assets) @php $assignedCounter = 1; @endphp @foreach ($asset->assignedAssets as $asset) @php $assignedCounter++ @endphp @endforeach @endif @php $counter++ @endphp @endforeach
{{ trans('general.assets') }}
Asset Tag Name Category Model Serial Checked Out {{ trans('general.signature') }}
{{ $counter }} {{ $asset->asset_tag }} {{ $asset->name }} {{ $asset->model->category->name }} {{ $asset->model->name }} {{ $asset->serial }} {{ $asset->last_checkout }} @if ($asset->assetlog->first()) @endif
{{ $counter }}.{{ $assignedCounter }} {{ $asset->asset_tag }} {{ $asset->name }} {{ $asset->model->category->name }} {{ $asset->model->name }} {{ $asset->serial }} {{ $asset->last_checkout }}
@endif @if ($licenses->count() > 0)

@php $lcounter = 1; @endphp @foreach ($licenses as $license) @php $lcounter++ @endphp @endforeach
{{ trans('general.licenses') }}
Name Serial/Product Key Checked Out
{{ $lcounter }} {{ $license->name }} @can('viewKeys', $license) {{ $license->serial }} @else {{ str_repeat('x', 15) }} @endcan {{ $license->assetlog->first()->created_at }}
@endif @if ($accessories->count() > 0)

@php $acounter = 1; @endphp @foreach ($accessories as $accessory) @if ($accessory) @php $acounter++ @endphp @endif @endforeach
{{ trans('general.accessories') }}
Name Category Checked Out
{{ $acounter }} {{ ($accessory->manufacturer) ? $accessory->manufacturer->name : '' }} {{ $accessory->name }} {{ $accessory->model_number }} {{ $accessory->category->name }} {{ $accessory->assetlog->first()->created_at }}
@endif @if ($consumables->count() > 0)

@php $ccounter = 1; @endphp @foreach ($consumables as $consumable) @if ($consumable) @else {{ ($consumable->manufacturer) ? $consumable->manufacturer->name : '' }} {{ $consumable->name }} {{ $consumable->model_number }} @endif @php $ccounter++ @endphp @endif @endforeach
{{ trans('general.consumables') }}
Name Category Checked Out
{{ $ccounter }} @if ($consumable->deleted_at!='') {{ ($consumable->manufacturer) ? $consumable->manufacturer->name : '' }} {{ $consumable->name }} {{ $consumable->model_number }} {{ ($consumable->category) ? $consumable->category->name : ' invalid/deleted category' }} {{ $consumable->assetlog->first()->created_at }}
@endif


Signed Off By: ________________________________________________________ Date: ________________________________________________________