@extends('layouts.master_app') @section('title') Cotizaciones @endsection @section('menu_proposals', 'here show') @section('css') @endsection @section('content')

Cotizaciones Listar todos

Selected
@include('partials.success') @foreach($proposals as $proposal) @endforeach
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)
@if(\Str::contains($i->user->person->photo,'avatar.png'))
{{$i->user->person->letters_name}}
@else @endif
@endforeach
Asesores
${{ 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
@endsection @section('js') @endsection