avatar rounded-circle
{{ @$model->customer->name }}
{{ trans('estimate.status') }}: ((updateObj.status_name))
{{--
  • {{ trans('estimate.tab_note') }}
  • {{ trans('estimate.tab_email') }}
  • {{ trans('estimate.tab_call') }}
  • {{ trans('estimate.tab_task') }}
  • {{ trans('estimate.tab_meeting') }}
--}}
{{ trans('label.edit') }}
{{-- id --}}
{{ trans('estimate.id') }}:
{{ @$model->id }}  
{{-- name --}}
{{ trans('estimate.name') }}:
{!! @$model->name !!}  
{{-- price --}}
{{ trans('estimate.price') }}:
{{ @$model->price_formatted }}  
{{-- customer_name --}}
{{ trans('estimate.customer_name') }}:
{{ $model->customer_name }}  
{{-- date --}}
{{ trans('estimate.date') }}:
{{ $model->date }}  
{{-- date_end --}}
{{ trans('estimate.date_end') }}:
{{ $model->date_end }}  
{{-- note --}}
{{ trans('estimate.note') }}:
{!! @$model->note !!}