{{-- avatar rounded-circle --}}
  • {{ trans('document.tab_note') }}
  • {{ trans('document.tab_email') }}
  • {{ trans('document.tab_call') }}
  • {{ trans('document.tab_task') }}
  • {{ trans('document.tab_meeting') }}
{{ trans('label.edit') }}
{{-- id --}}
{{ trans('label.id') }}:
{{ $model->id }}  
{{-- name --}}
{{ trans('document.name') }}:
{{ $model->name }}  
{{-- type_name --}}
{{ trans('document.type_name') }}:
{{ $model->type_name }}  
{{-- priority --}}
{{ trans('document.priority') }}:
@if ($model->priority) {{ @$model->priority_name }} @else   @endif
{{-- progress --}}
{{ trans('document.progress') }}:
{{ $model->progress_formatted }}  
{{-- note --}}
{{ trans('document.note') }}:
{!! $model->note !!}  
@include('includes.close_on_note_laravel_variable')