@extends('emails.layout.email') @section('content')

Has recibido una factura electrónica


{{-- Checked green
--}}

Apreciable cliente:
{{ $invoice->payment?->student_invoice?->bussines_name }}

RFC:
{{ $invoice->rfc }}

Por parte de: {{ config_intranet('full_name') }}


Da click aqui para ingresar a la plataforma
@endsection {{-- @dd($invoice) --}}