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

@if ($assets->count() > 0) @php $counter = 1; @endphp

Assets

@foreach ($assets as $asset) @php $counter++ @endphp @endforeach
Asset Tag Name Category Model Checked Out
{{ $counter }} {{ $asset->asset_tag }} {{ $asset->name }} {{ $asset->model->category->name }} {{ $asset->model->name }} {{ $asset->last_checkout }}
@endif @if ($licenses->count() > 0)

Licenses

@php $lcounter = 1; @endphp @foreach ($licenses as $license) @php $lcounter++ @endphp @endforeach
Name Checked Out
{{ $lcounter }} {{ $license->name }} {{ $license->created_at }}
@endif