{{-- avatar rounded-circle --}}
  • {{ trans('document_template.tab_note') }}
  • {{ trans('document_template.tab_email') }}
  • {{ trans('document_template.tab_call') }}
  • {{ trans('document_template.tab_task') }}
  • {{ trans('document_template.tab_meeting') }}
{{ trans('label.edit') }}
{{-- id --}}
{{ trans('document_template.id') }}:
{{ $model->document_template_id }}  
{{-- name --}}
{{ trans('document_template.name') }}:
{{ $model->name }}  
{{-- closed_on --}}
{{ trans('pre_project.closed_on') }}:
{{-- {{ @$model->closed_on }} --}} ((model.closed_on))  
{{-- lost_note --}}
{{ trans('label.cancel_reason') }}:
{{-- {{ @$model->lost_note }} --}} ((model.lost_note))  
{{-- notice --}}
{{ trans('document_template.notice') }}:
{!! $model->notice !!}