@include('entity.hat')
@method('put') {{ csrf_field()}} @foreach($columns as $column_name => $column_type)
{{ trans('entity.'.$column_name) }}
@include('entity.fields.'.$column_type) @endforeach
{{ trans('butt.save') }}
@method('delete') {{ csrf_field()}}
{{ trans('butt.delete') }}