{{ __('invoice.Invoice') }} {{ $invoice->number }}

@if($invoice->status === 'created')

{{ __('invoice.Manual Mail') }}

{{ __("invoice.Send email to your customer with attachments manually.") }}

{{ __('invoice.Sent menually') }}

{{ __('invoice.Mail') }}

{{ __("invoice.Send email to your customer with attachments.") }}

{!! __('common.Tooltip multiple email') !!}
{!! __('common.Tooltip multiple email') !!}
{!! __('common.Tooltip multiple email') !!}
{{ __('form.Send') }}
@else
{!! __('invoice.Already sent') !!}
@endif