@stack('timeline_send_body_start')
@stack('timeline_send_body_button_email_start') @if (! $hideEmail) @if ($document->contact->has_email) @if ($document->status != 'cancelled') {{ trans($textEmail) }} @else {{ trans($textEmail) }} @endif @else {{ trans($textEmail) }} @endif @endif @stack('timeline_send_body_button_mark_sent_start') @if (! $hideMarkSent) @can($permissionUpdate) @if ($document->status == 'draft') {{ trans($textMarkSent) }} @else {{ trans($textMarkSent) }} @endif @endcan @endif @stack('timeline_send_body_button_cancelled_start') @if (! $hideShare) @if ($document->status != 'cancelled') {{ trans('general.share_link') }} @endif @endif @stack('timeline_send_body_button_cancelled_end') @stack('timeline_send_body_history_start') @if ($histories->count())
{{ trans_choice('general.histories', 1) }}: @foreach ($histories as $history)
{{ trans('documents.slider.send', [ 'user' => $history->owner->name, 'type' => $type_lowercase, 'date' => company_date($history->created_at), ]) }}
@endforeach
@endif @stack('timeline_send_body_history_end')
@stack('timeline_get_paid_body_end')