@empty($fields) {{-- There was an error? --}}
There was a problem retrieving the fields for this fieldset.
@else
{{-- NOTE: This stuff could work well also for the 'view this asset and do its custom fields' thing --}}
@foreach($fields as $field)
@endforeach
@endif