@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Lista de Terceros. Filtro: ' . $filtro[0] . '=' . $filtro[1]) @else @section('sub_title', 'Lista de Terceros') @endif @section('sub_content')
Nombre | Nro. Identificación | Dirección | Teléfono | |
---|---|---|---|---|
{{ $tercero->RAZON_SOCIAL }} | {{ $tercero->NRO_IDENTIFICACION }} | {{ $tercero->DIRECCION }} | {{ $tercero->TELEFONO }} | @if ($usuario->roles_id == 1 || $usuario->modulos[4]->pivot->editar == 1) @if ($tercero->users_id == null) Crear Usuario @else Editar usuario @endif @endif |
No hay datos |