@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Lista de Afiliados. Filtro: ' . $filtro) @else @section('sub_title', 'Lista de Afiliados') @endif @section('sub_content')
Exportar:
Perfil | Identificación | Nombre | Celular | Estado | ||
---|---|---|---|---|---|---|
@if (!empty($c1)) @else @endif | @if (!empty($c2)) @else @endif | @if (!empty($c3)) @else @endif | @if (!empty($c4)) @else @endif | @if (!empty($c5)) @else @endif | @if (!empty($c6)) @else @endif | |
Propietario | {{ $propietario->NRO_IDENTIFICACION }} | {{ $propietario->PRIMER_NOMBRE }} {{ $propietario->PRIMER_APELLIDO }} {{ $propietario->SEGUNDO_APELLIDO }} | {{ $propietario->CELULAR }} | {{ $propietario->EMAIL }} | - | Vehiculos Editar |
Conductor | {{ $conductor->NUMERO_IDENTIFICACION}} | {{ $conductor->NOMBRE }} | {{ $conductor->CELULAR }} | {{ $conductor->EMAIL }} | @if ($conductor->cuentac != null) @if ($conductor->cuentac->estado == "Bloqueado") Bloqueado @elseif($conductor->cuentac->estado == "Inactivo") Inactivo @else Activo @endif @else Sin cuenta corriente @endif | Vehiculos @if ($conductor->cuentac != null) Editar @endif |