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

ESTIMADO DE COMPRA

@endsection @section('content') @if($estimate->status == 'DRAFT') @elseif($estimate->status == 'ACCEPTED') @elseif($estimate->status == 'SENT') @elseif($estimate->status == 'REJECTED') @elseif($estimate->status == 'PRIMER RECORDATORIO') @elseif($estimate->status == 'SEGUNDO RECORDATORIO') @endif

#COT{{ $estimate->id }} - {{ $estimate->sucursal2 }}

Cargando documento...

Detalles del Pedido

Tienda:{{ $estimate->web }}
Productos:{{$estimate->productos}}
Link de Producto:{{$estimate->links}}
Detalles:{{$estimate->detalles}}
@if(($estimate->estatus) ==="COTIZADO" && ($estimate->customer->email))

¿CONFIRMA EL PEDIDO?

@endif


@endsection