@extends('layouts.appGeneral') @section('section')

Checkout

@if (!auth()->check())
@csrf

¿Eres cliente? HAGA CLIC AQUÍ PARA INGRESAR

Si ha comprado con nosotros anteriormente, ingrese sus datos en los cuadros a continuación. Si es un cliente nuevo, vaya a la sección Facturación y envío.

@endif
@csrf
@if (auth()->check()) @else @endif
@if (auth()->check()) @else @endif
@if (auth()->check()) @else @endif
@if (auth()->check()) @else @endif
@if (!auth()->check())
@endif

Resumen de Orden

@foreach ($datos_menu['carrito'] as $carrit) @endforeach
Nombre de Producto Precio Cantidad Subtotal
{{$carrit->name}} s/.{{$carrit->price}} {{$carrit->qty}} s/. {{$carrit->price * $carrit->qty}}
Total s/. {{Cart::priceTotal()}}

COMPROBANTE

@endsection @section('postFoter') @endsection @section('script') @if (session('login_checkout')) @endif @if (session('sale_valid')) @endif @livewireScripts @endsection @section('fin') @endsection