@php $attributes = $obj->toArray(); unset($attributes['id']); @endphp @foreach($attributes as $key=>$value)
{{ucwords(str_replace('_', ' ', $key))}}:
{!! BladeHelper::formatView($key, $value, $obj) !!}
@endforeach