@if(count($user->meta) > 0)

User Meta

@foreach($user->meta as $meta) @endforeach
Key Value
{{ ucwords($userkey) }} {{ $meta->value }}
@endif