@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')
@isset($filtro) @endisset @if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif

Exportar:

@forelse($empresas as $empresa) @empty @endforelse
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
@if(method_exists($empresas,'links')) {{$empresas->links()}} @endif
@endsection @section('modal') @endsection @section('script') @endsection