@extends('layouts.app')
@section('breadcrumb')
@stop
@push('head')
@endpush
@section('content')
Nombre Completo | Cargo | Unidad | Ubicación | Teléfono | Anexo | Correo | @if(auth()->user()->tieneRoles('ADMIN_CONTACTOS_MUNICIPALES', 'SUPERADMIN'))Acciones | @endif|
---|---|---|---|---|---|---|---|---|
{{ $contacto->nombre_completo }} | {{ $contacto->cargo }} | {{ $contacto->unidad }} | {{ $contacto->ubicacion }} | {{ $contacto->telefono }} | {{ $contacto->anexo }} | {{ $contacto->correo }} | @if(auth()->user()->tieneRoles('ADMIN_CONTACTOS_MUNICIPALES', 'SUPERADMIN'))
|
@endif
@if($contacto->funcionario()->exists())
@if($contacto->estaAusente())
id }})"
class="badge bgc-orange-500 d-flex justify-content-center align-items-center"
style="width: 32px; height: 32px">
@else
|