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