@if ($bulkDeleteInvoiceModal)
{{ trans('Delete Invoice') }} {!!trans('Are you sure to delete invoice?') !!}
{{ trans('user.button.cancel') }} {!! trans_choice('billing.button.bulk-delete-invoice', collect($invoices)->count(), [ 'count' => collect($invoices)->count(),]) !!}
@endif