| {{ __('views.communications.th_action') }} | {{ __('views.communications.th_date') }} | {{ __('views.communications.th_adviser') }} | {{ __('views.communications.th_phone') }} | {{ __('views.communications.th_email') }} | {{ __('views.communications.th_contact') }} | {{ __('views.communications.th_result') }} | {{ __('views.communications.th_agreement') }} | {{ __('views.communications.th_dpd') }} | {{ __('views.communications.th_loan') }} |
|---|---|---|---|---|---|---|---|---|---|
|
@switch($row->idaccion)
@case(1)
{{--
--}}
@break
@case(2)
{{-- --}}
@break
@case(5)
@case(12)
@break
@case(6)
@break
@case(7)
@break
@case(8)
@break
@case(9)
@break
@endswitch
{{$row->action?->descripcion ?? '---'}}ID: {{$row->id}} |
{{ toDate($row->fechagestion, true) }} | {{$row->user->nombre}} | {{$row->telefono}} | {{$row->email}} | @switch($row->contact?->idgrupo) @case(1) {{$row->contact->descripcion}} @break @case(0) {{$row->contact->descripcion ?? '---'}} @break @case(2) {{$row->contact->descripcion}} @break @endswitch | {{$row->result?->descripcion ?? '---'}}
@if($row->result?->esacuerdo === 1) @php($promise = $row->promises->first()) @if($promise) @switch($promise->status->id) @case(1) @php($color = '#ff9f43') @break @case(2) @php($color = '#22c55e') @break @case(3) @php($color = '#22c55e') @break @case(4) @php($color = '#ef4d56') @break @case(5) @php($color = '#95a0c5') @break @default @php($color = 'red') @break @endswitch {{$promise->status->descripcion}} @endif @endif |
@if($row->result?->esacuerdo=== 1)
@if($promise)
{{ toCurrency($promise->valorpromesa) }} {{ toDate($promise->fechapromesa) }} @endif @endif |
{{$row->dpd}} | {{$row->loan?->obligacion ?? '---'}} |
{{ __('views.communications.management_text') }}", $row->textogestion)!!} {{ __('views.communications.channel') }}@php($channel = match ($row?->metadata?->first()?->channel) { 'file' => __('views.communications.channel_file'), 'api' => __('views.communications.channel_api'), 'ui' => __('views.communications.channel_ui'), 'migration' => __('views.communications.channel_migration'), 'cron' => __('views.communications.channel_cron'), default => __('views.communications.channel_unknown'), }) {{ $channel }} {{ __('views.communications.external_id') }}{{ $row->idLlamada }} {{ __('views.communications.creation_date') }}{{ toDate($row?->metadata?->first()?->created_at) }} {{ __('views.communications.creation_user') }}{{ $row?->metadata?->first()?->user?->nombre }} |
|||||||||
| {{ __('views.communications.no_records_available') }} | |||||||||