@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')
{{ $cotizacion->fecha_emision->format('d/m/Y') }}
S/ {{ number_format($cotizacion->total, 2) }}
{{ ucfirst($cotizacion->estado) }}
@if($cotizacion->fecha_vencimiento)Vence: {{ $cotizacion->fecha_vencimiento->format('d/m/Y') }}
@endifSin solicitudes de cotización
{{ $cotizacion->fecha_emision->format('d/m/Y') }}
S/ {{ number_format($cotizacion->total, 2) }}
@if($cotizacion->venta)Monto Vendido: S/ {{ number_format($cotizacion->venta->monto_vendido, 2) }}
{{ ucfirst(str_replace('_', ' ', $cotizacion->venta->estado_pedido)) }}
@if($cotizacion->venta->adelanto > 0)Adelanto: S/ {{ number_format($cotizacion->venta->adelanto, 2) }}
@endif @endifSin órdenes convertidas en venta