@if(count($groupedData) > 0) @foreach($groupedData as $group)
{{ strtoupper($group['subcategory_name']) }} {{ $group['asset_count'] }}
@endforeach @else
No available assets found for this facility.
@endif
@if (!empty($sub_location->images)) {!! $sub_location->fileShow('images') !!} @endif