@extends('frontend.include.layout') @section('content')
@if($asset_detail->verified_id == '1')

Asset Verified

ID : {{ $asset_detail->asset_id }}

@else

ID : {{ $asset_detail->asset_id }}

@endif

{{ $asset_detail->asset_name }}

@php $userdetails=\App\Models\User::select('name')->where('id', $asset_detail->asset_user_id)->first(); @endphp
@for ($starcount=0; $starcount<5; $starcount++) @if($starcount<$asset_detail->starrating) @else @endif @endfor ({{ $asset_detail->reviewcount }}) (0) | @php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp ({{ $count_favourite_asset }})
@php echo "0"; @endphp {{-- | -10% (Exclusive of Tax) --}}

Updated price and tax calculated at checkout


0 views in the past week


  
@php $displayfilesize=''; $displayfiletype=''; $assetardisplays=\App\Models\AssetDocument::where('asset_id',$currentassetid)->get(); foreach($assetardisplays as $assetardisplay) { if($displayfilesize == '') { $displayfilesize .=$assetardisplay->filesize; } else { $displayfilesize .=','.$assetardisplay->filesize; } if($displayfiletype == '') { $displayfiletype .=$assetardisplay->filename; } else { $displayfiletype .=','.$assetardisplay->filename; } } @endphp
License agreement Standard Yatzar Asset EULA
File Size {{ $displayfilesize }}
File Type {{ $displayfiletype }}
Initial Release June 24, 2026
Latest Revision June 24, 2026
@php $asset_category = App\Models\AssetCategory::where('id', $asset_detail->category_id)->first(); $asset_classdetail = App\Models\ClassDetails::where('id', $asset_detail->class_id)->first(); $asset_type = App\Models\TypeDetails::where('id', $asset_detail->type_id)->first(); $asset_lod = App\Models\LevelofDevelopment::where('id', $asset_detail->type_id)->first(); @endphp @if($asset_category) @endif @if($asset_classdetail) @endif @if($asset_type) @endif @if($asset_lod) @endif @if($asset_category) @endif @if($asset_classdetail) @endif @if($asset_type) @endif @if($asset_lod) @endif
CategoryClassTypelod
{{ $asset_category->asset_categories_name }}{{ $asset_classdetail->classname }}{{ $asset_type->typename }}{{ $asset_lod->levelofdevelopmentsname }}

Highlight

{!! $asset_detail->summary !!}

Total file size:{{ $asset_detail->cloudspacesize }}|Number of files:{{ \App\Models\AssetDocument::where('asset_id',$currentassetid)->count() }}

Content

{!! $asset_detail->description !!}

@php $display_ifc4classification_id=App\Models\IFC4ClassificationDetails::where('id',$asset_detail->ifc4classification_id)->first(); $display_bsdd=App\Models\BSDD::where('id',$asset_detail->bsdd_id)->first(); $display_uniclass=App\Models\UniclassDetails::where('id',$asset_detail->uniclass_id)->first(); $display_omniclass=App\Models\OmniclassDetails::where('id',$asset_detail->omniclass_id)->first(); $display_masterformat=App\Models\MasterFormat::where('id',$asset_detail->masterformatnameid)->first(); $display_uniformat=App\Models\UniFormat::where('id',$asset_detail->uniformatid)->first(); $display_etiminternational=App\Models\ETIMInternational::where('id',$asset_detail->etiminternationalsid)->first(); $display_coclass=App\Models\CoClass::where('id',$asset_detail->coclassid)->first(); @endphp @if($display_ifc4classification_id) @endif @if($display_bsdd) @endif @if($display_uniclass) @endif @if($display_omniclass) @endif @if($display_ifc4classification_id) @endif @if($display_bsdd) @endif @if($display_uniclass) @endif @if($display_omniclass) @endif
IFC4 ClassificationBSDDUniclassOmniClass
{{ $display_ifc4classification_id->ifc4classificationname }}{{ $display_bsdd->badds }}{{ $display_uniclass->uniclassname }}{{ $display_omniclass->omniclassname }}

Description

{!! $asset_detail->description !!}

@if($display_masterformat) @endif @if($display_uniformat) @endif @if($display_etiminternational) @endif @if($display_coclass) @endif @if($display_masterformat) @endif @if($display_uniformat) @endif @if($display_etiminternational) @endif @if($display_coclass) @endif
Master FormatUniformatEtim InternationalCoclass
{{ $display_masterformat->masterformatname }}{{ $display_uniformat->uniformatsname }}{{ $display_etiminternational->etiminternationalname }}{{ $display_coclass->coclassesname }}

Keywords

@foreach($array_keywords as $key => $array_keyword) @endforeach



Overall

0 out of 0
5 star
00%
4 star
0%
3 star
0%
2 star
0%
1 star
0%
{{-- How are ratings calculated?--}}

0 - 0 of 0 reviews

FunctionZhao on version 1.0

3 months ago

This is a wonderfully developed software. It is very user-friendly and works perfectly. I was able to create some very difficult behavior


@csrf
@if(auth()->user()) @else @endif

@if(auth()->user())

Report Asset  

@else

Report Asset  

@endif
@endsection @section('script') @include('frontend.include.asset-js') @include('frontend.include.js') @endsection