{{ __('Share Invoice') }}
@if(empty($copy) && empty($facebook) && empty($twitter) && empty($whatsapp))

Unable to share invoice

There is no unique ID or customer phone number available. You cannot share the invoice without a customer phone or a unique ID.

@else
@if($copy) Copy Link @endif @if($facebook) Facebook @endif @if($twitter) X @endif @if($whatsapp) WhatsApp @endif
@endif