@if($resource->resource()->first()->image_url != null)
@else
@endif
{{ $resource->resource()->first()->names." ".$resource->resource()->first()->surnames}} {{$resource->resource()->first()->employee_id}}
Cargo:
@if($resource->resource()->first()->charge()->first() != null){{$resource->resource()->first()->charge()->first()->description}}@endif
@php
if($resource->resource()->first()->tags != null){
$tagsList = explode('_', $resource->resource()->first()->tags);
foreach($tagsList as $value){
$tag = $tags->where('id', $value)->first();
if($tag != null){
@endphp
@php
echo $tag->initial;
@endphp
@php
}
}
}
@endphp
@if($resource->resource()->first()->category()->first() != null){{$resource->resource()->first()->category()->first()->name}}@endif
Desde
{{ $resource->assign_date }}