@extends('layouts.master_app') @section('title') Cotizaciones @endsection @section('menu_proposals', 'here show') @section('css') @endsection @section('content')
| Total | Fecha | |||||
|---|---|---|---|---|---|---|
|
{{$proposal->project->contact->person->full_name}}
{{$proposal->project->contact->name_business}}
@if(count($proposal->project->contact->person->phones) != 0)
@foreach($proposal->project->contact->person->phones as $item)
{{$item->phone}}
@if(count($proposal->project->contact->person->phones) > 1 && !$loop->last),
@endif
@endforeach
@endif
|
@foreach($proposal->proposal_advisors as $i)
Asesores
@if(\Str::contains($i->user->person->photo, 'avatar.png'))
@endforeach
{{$i->user->person->letters_name}}
@else
|
${{ number_format($proposal->total, 2, '.', ',') . ' ' . $proposal->currency }} |
Folio #{{$proposal->folio}} {{$proposal->status->name}} @if($proposal->project->type != null) {{$proposal->project->type}} @endif |
{{$proposal->created_at}} | Seguimiento |