Device Profile
@if($asset->type===0)
@include('CAD.asset.incl_report_button',['report_name'=>'Asset', 'asset'=>$asset->id])
@endif
{{--
--}}
Edit
Back
@endsection
@section('content')
@if($asset->type==0)
@include('CAD.asset.show_type_one')
@elseif($asset->type==1)
@include('CAD.asset.show_type_two')
@elseif($asset->type>=2)