@extends('layouts.index') @section('title') Asset @endsection @section('css') @endsection @section('content')
| No | Code Asset | Name of Asset | Category | Type | Quantity | Location | Borrowing By | Option |
|---|---|---|---|---|---|---|---|---|
| {{ $increment++ }} | {{ $data->asset_code }} | {{ $data->name }} | {{ $data->ref_asset_categories->category_name }} | {{ isset($data->asset_type) ? $data->asset_type : "-" }} | {{ $data->quantity }} |
{{ isset($data->ref_warehouse->location_name) ? $data->ref_warehouse->location_name : '-' }} |
{{ isset($data->borrowing_by) ? $data->borrowing_by_data->nama_lengkap : '-' }} |
Detail |