@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Lista de Agencias. Filtro: ' . $filtro[0] . '=' . $filtro[1]) @else @section('sub_title', 'Lista de Agencias') @endif @section('style') @endsection @section('sub_content')
Exportar:
Nombre | Nro. Identificación | Dirección | Teléfono | |
---|---|---|---|---|
{{ $empresa->NOMBRE }} | {{ $empresa->NRO_IDENTIFICACION }} | {{ $empresa->DIRECCION }} | {{ $empresa->TELEFONO }} | @if ($usuario->roles_id == 1 || $usuario->modulos[4]->pivot->editar == 1) CODIGO]) }}" class="btn btn-warning btn-sm">Actualizar @endif @php $contratos = count($empresa->tercero->contratovale); @endphp Tarifas @if ($empresa->tercero->TERCERO == 435) @else @endif @if ($empresa->tercero->TERCERO == 784) @endif |
No hay datos |