@if($user->awards)
@foreach($user->awards as $award)
@if($award->image_url) {{ $award->name }} @endif
@endforeach
@endif