@extends('layouts.customer_portal', ['page' => 'invoices']) @section('title', __('messages.invoice_details')) @section('page_header')
BS{{ $invoice->id }}{{ $invoice->identificador }} - {{ $invoice->sucursal }}
| Tienda: | {{ $invoice->web }} |
| Productos: | {{ $invoice->productos }} |
| Link de Producto: | {{ $invoice->links }} |
| Detalles: | {{ $invoice->detalles }} |