@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Asset assign report')) @include('admin.asset.partials.page_styles') @php use App\Support\Asset\AssetType; @endphp @push('css') @endpush @section('content')
{{ __('View assigned assets by employee. Search one person or browse employees with active assignments.') }}
{{ __('Search one employee, or choose “All employees with assignments” for a paginated list. Loading all :count employees at once is avoided for better performance.', ['count' => number_format($stats['employees_with_assets'] ?? 0)]) }}
| {{ __('Category') }} | {{ __('Asset') }} | {{ __('Serial / code') }} | {{ __('Type') }} | {{ __('Qty') }} | {{ __('Assigned') }} | {{ __('Ack.') }} | {{ __('Usage') }} |
|---|---|---|---|---|---|---|---|
| @include('no_record_found') | |||||||
{{ __('Showing employees with active assignments') }} @if($staffPage->total() > 0) — {{ $staffPage->firstItem() }}–{{ $staffPage->lastItem() }} {{ __('of') }} {{ $staffPage->total() }} @endif
| {{ __('Category') }} | {{ __('Asset') }} | {{ __('Serial / code') }} | {{ __('Type') }} | {{ __('Qty') }} | {{ __('Assigned') }} | {{ __('Ack.') }} | {{ __('Usage') }} |
|---|
{{ __('No employees with active assignments match your filters.') }}