@if ($createInvoiceFileModal)
{!! trans('Paket') !!} {{ trans('Select Paket') }} @foreach ($customerPakets as $customerPaket) {{ $customerPaket->paket->name }} @endforeach
{{ trans('billing.button.cancel') }} @if ($fileExist) {{ __('billing.button.download-invoice') }} @else {{ __('billing.button.create-invoices', ['count'=> $invoices->count()]) }} @endif
@endif