{{-- id --}}
{{ trans('estimate.id') }}:
(( selectedObj.id))
{{-- name --}}
{{ trans('estimate.name') }}:
(( selectedObj.name))
{{-- price --}}
{{ trans('estimate.price') }}:
(( selectedObj.price_formatted))
{{-- customer_name --}}
{{ trans('estimate.customer_name') }}:
((selectedObj.customer_name))
{{-- date --}}
{{ trans('estimate.date') }}:
((selectedObj.date))
{{-- date_end --}}
{{ trans('estimate.date_end') }}:
((selectedObj.date_end))
{{-- note --}}
{{ trans('estimate.note') }}:
((selectedObj.note))