@extends('layouts.customer_portal', ['page' => 'invoices']) @section('title', __('messages.invoice_details')) @section('page_header')

{{ __('messages.invoice_details') }}

@endsection @section('content')

BS{{ $invoice->id }}{{ $invoice->identificador }} - {{ $invoice->sucursal }}

@if( ($invoice->customer->email))

@endif

Cargando documento...

Detalles del Pedido

Tienda:{{ $invoice->web }}
Productos:{{ $invoice->productos }}
Link de Producto:{{ $invoice->links }}
Detalles:{{ $invoice->detalles }}


@endsection