@extends('voyager::master')
@section('page_title', 'Crear factura')
@section('head')
@endsection
@section('content')
@include('voyager::alerts')
@if (session('status'))
{{ session('status') }}
@endif
Datos del cliente: |
|
Datos de la operación |
|
|
|
Cliente: |
{{ $cliente->name }} |
Cond. IVA: |
|
DNI: |
|
Lista: |
{{-- [{{ $cliente->lista_precios }}] Lista de precios {{ $cliente->lista_precios }} | --}}
|
Cond. Venta: |
|
Vencimiento: |
07/08/2024 |
Cond. entrega: |
|
Moneda: |
[1] Pesos argentinos |
Referencia / OC: |
|
Vendedor: |
|
Transporte: |
Transporte Interno |
|
|
@endsection