@php /* Imports */ use App\Helpers\Database\SatCatalogsHelper; use App\Helpers\Formats\FormatCurrencyHelper; use App\Helpers\Environment\SystemFeaturesHelper; /* Dynamic Variables */ $receptor = $tax_payment->receptor; /* Control Variables */ $title = __('emails')['tax_payment_cfdi']['title']." - ".$receptor->tax_id; $copyrightYear = date('Y'); /* Feature Variables */ $has_only_invoicing_system = SystemFeaturesHelper::getFeatureStatus('only_invoicing_system'); @endphp {{ $app_name }} | {{ $title }} {{-- Main Body --}}
{{ $business->business_name }} Logo
{{-- Saludo --}}

{{ __('emails')['tax_payment_cfdi']['greetings'] }} {{ strtolower($receptor->legal_name) }},

{{-- Introducción --}}
{{-- Notas Adicionales --}}

{!! __('emails')['tax_payment_cfdi']['introduction'] !!}

{{-- Sección de Resumen --}}

{!! __('emails')['tax_payment_cfdi']['summary_subject'] !!}

{{-- Detalles del Comprobante --}}
  • Folio: {{ $tax_payment->id }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['timestamp'] }} {{ $tax_payment->payment_date }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['receiver'] }} {{ $receptor->tax_id }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['base_invoice'] }} {{ $invoice->sat_uuid }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['payment_form'] }} {{ SatCatalogsHelper::getItem("c_FormaPago", $tax_payment->payment_form, true) }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['previous_balance_amount'] }} {{ FormatCurrencyHelper::formatCurrency($tax_payment->taxPaymentDoc->previous_balance) }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['balance_paid'] }} {{ FormatCurrencyHelper::formatCurrency($tax_payment->taxPaymentDoc->amount_paid) }}
  • {{ __('emails')['tax_payment_cfdi']['summary_items']['outstanding_balance'] }} {{ FormatCurrencyHelper::formatCurrency($tax_payment->taxPaymentDoc->remaining_balance) }}
{{-- Divisor --}}
{{-- Despedida --}}

{{ __('emails')['tax_payment_cfdi']['cordial_greetings'] }}
{{ $tax_payment->taxBranch->legal_name }}

@if ($has_only_invoicing_system ) {{ __('emails')['invoices_cfdi']['invoicing_farewell'] }} @else {{ __('emails')['invoices_cfdi']['farewell'] }} @endif

{{-- Divisor --}}
{{-- Aclaraciones --}}

{{ __('emails')['tax_payment_cfdi']['clarifications'] }}

{{ config('mail.hotel_address') }}

{{ __('emails')['common']['no_reply'] }}