{{ trans('label.edit') }}
{{-- id --}}
{{ trans('workflow_template.id') }}:
{{ @$model->id }}  
{{-- name --}}
{{ trans('workflow_template.name') }}:
{{ @$model->name }}  
{{-- created_at --}}
{{ trans('workflow_template.created_at') }}:
{{ @$model->created_at }}  
{{-- create_id --}}
{{ trans('workflow_template.created_by_id') }}:
{{ @$model->creator->name }}  
{{-- updated_at --}}
{{ trans('workflow_template.updated_at') }}:
{{ $model->updated_at }}  
{{-- update_id --}}
{{ trans('workflow_template.updated_by_id') }}:
{{ @$model->updater->name }}