@extends('layouts.app') @section('breadcrumb') @stop @push('head') @endpush @section('content')

Contactos Municipales @if(auth()->user()->tieneRoles('ADMIN_CONTACTOS_MUNICIPALES', 'SUPERADMIN')) Contacto @endif

Filtros
{{ $contactos->links() }}
@if(auth()->user()->tieneRoles('ADMIN_CONTACTOS_MUNICIPALES', 'SUPERADMIN')) @endif @foreach($contactos as $contacto) @if(auth()->user()->tieneRoles('ADMIN_CONTACTOS_MUNICIPALES', 'SUPERADMIN')) @endif @endforeach
Nombre Completo Cargo Unidad Ubicación Teléfono Anexo CorreoAcciones
{{ $contacto->nombre_completo }} {{ $contacto->cargo }} {{ $contacto->unidad }} {{ $contacto->ubicacion }} {{ $contacto->telefono }} {{ $contacto->anexo }} {{ $contacto->correo }} Editar Borrar @if($contacto->funcionario()->exists()) @if($contacto->estaAusente())
@else
@endif @endif
{{ $contactos->links() }}
@endsection @push('pre-scripts') @endpush @push('post-scripts') @endpush