@extends('layouts.master_app') @section('title') Dashboard @endsection @section('css') @endsection @section('content')

Dashboard

{{$generated_quotes}} Cotizaciones emitidas
{{$proposals_sold}} propuestas vendidas {{ $generated_quotes!=0 ? number_format((100/$generated_quotes) * $proposals_sold,2) : 0 }}%
$ {{number_format($total_proposals_current_month,2,'.',',')}} @if($total_proposals_current_month >= $total_proposals_last_month)    @else    @endif {{number_format($current_month_growth,2,'.',',')}}%
Valor de las cotizaciones {{ $current_month}}
Emitidas
${{number_format($total_generated_proposals_current_month,2,'.','.')}}
Vendidas
${{number_format($total_proposals_sold_current_month,2,'.','.')}}

Tickets para Hoy Tickets para este mes

@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@if(count($tickets_today) == 0 )
No hay tickets programados para hoy
@else @foreach($tickets_today as $item)
{{$item->contact->person->fullname}}
{{$item->subject}}
Ver
@endforeach @endif
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach
@foreach($tickets_calendar as $item) @if( $item->date == $fecha_bloque)
{{$item->contact->person->fullname}}
{{$item->subject}}
@endif @endforeach

Últimas cotizaciones

@foreach($last_proposals as $item) @endforeach
TOTAL ESTATUS
${{number_format($item->total,2,',','.')}} {{$item->status->name}}

Pagos de hoy

@foreach($payments_today as $item) @endforeach
Cliente
{{$item->client->person->fullname}} ${{$item->amount}}
{{$item->status->name}}
@if(isset($item->service_contracted)) {{ $item->service_contracted->service->name}} @endif Acciones
@endsection @section('js') @endsection