@extends('bucketadmin.master') @section('pageTitle', 'Cita - Detalle') @section('template-content') @include('partials.messages')
| Cliente | {{ $appointment->client->name }} {{ $appointment->client->last_name }} | 
| Número de folio (s) | 
                                    @foreach($client->records as $record)
                                    #{{ $record->record_number}} @endforeach  | 
                            
| Estatus | Prospección | 
| Correo | {{$appointment->client->email }} | 
| Teléfono(s) | {{$appointment->client->phone}}  {{$appointment->client->cellphone}}  | 
                                
| Descripción | {{ $appointment->description }} | 
| Ejecutivo Asignado | {{ $appointment->user['name'] }} {{ $appointment->user['last_name'] }} | 
{{ $appointment->place }}
{{ App\Helper\Utils::convierte_fecha($appointment->start_date) }}