@extends('layouts.panel.base') @section('tourism-active', 'kt-menu__item--active') @section('title', 'Detalles del Presupuesto') @section('content')
Cliente: {{ ucwords($tourism->customer->name) }}
Cliente: {{ ucwords($tourism->customer->phone) }}
In: {{ ucwords($tourism->in) }}
Out: {{ ucwords($tourism->out) }}
Zona: {{ ucwords($tourism->zone) }}
Tipo: {{ $tourism->type }}
Asesor: {{ ucwords(Auth::user()->name) }} {{ ucwords(Auth::user()->last_name) }}
Teléfono: {{ Auth::user()->phone }}
Correo: {{ Auth::user()->email }}
| Descripción | Cant. | Precio | Total | Observación |
|---|---|---|---|---|
| {{ $value->product }} | {{ $value->number_type }} {{ $value->type }} | {{ number_format($value->amount, 2) }} | {{ number_format($value->total, 2) }} | {{ $value->observation }} |
| Total | {{ number_format($acum_total, 2) }} | |||