@extends('layouts.app') @section('content') @extends('ventas.menu')
{{$cotizacion->cotizacion->cliente->nombre}}
Impuestos: Q {{number_format((($cotizacion->precio*$cotizacion->cantidad)*.12),2,'.',',')}}
Total: Q {{number_format((($cotizacion->precio*$cotizacion->cantidad)*1.12),2,'.',',')}}