@extends('app') @section('head') {!! Html::style('css/stickyTableHeaders.css') !!} {!! Html::style('css/stickyTableHeaders.normalize.css') !!} {!! Html::style('css/cartera.css') !!} @endsection @section('content')
Datos Prospecto | Datos Contacto Prospecto | Datos beneficiario |
---|
NOMBRE COMPLETO | Ejecutivo | @foreach($aditional_columns as $column => $enabled) @if($enabled)@lang("proclient.$column") | @endif @endforeach @foreach($columns as $column => $enabled) @if($enabled)@lang("proclient.$column") | @endif @endforeach
---|---|---|---|
{{$client->a_paterno}} {{$client->a_materno}} {{$client->nombre}} |
@if($client->family == 'C' or (! $client->family))
@if ($executive)
{{$executive->fullname}}
@else
@endif
@else
{{$executive->fullname}}
@endif
|
@foreach($aditional_columns as $column => $enabled)
@if($enabled)
{{$client->$column}} | @endif @endforeach @foreach($columns as $column => $enabled) @if($enabled){{$client->$column}} | @endif @endforeach