@extends('admin.layouts.layouts') @section('title', 'Employee Asset') @section('content') {{-- Reason Modal --}}
@csrf
Asset Category Asset Serial No Generated Code Action

Employee Asset List

@if (count($employeeAssets) > 0) @foreach ($employeeAssets as $asset) @endforeach @endif
# Category Asset Serial No. Generated Code Action
{{ $loop->iteration }} {{ $asset->assetCategory->name ?? '' }} {{ $asset->asset->name ?? '' }} {{ $asset->assetInventoryItem->serial_no ?? '' }} {{ $asset->assetInventoryItem->code ?? '' }} Free Asset
@endsection @section('page-js') @endsection