@extends('adminlte::page') @section('title', 'Organizadores de Eventos') @section('css') @stop @section('content_header')
| ID | WP ID | Nombre / Entidad | Contacto | Estado Sinc. | @if(auth()->user()->isAdmin())Acciones | @endif
|---|---|---|---|---|---|
| {{ $org->id }} | @if($org->wp_id) {{ $org->wp_id }} @else No vinculado @endif |
{{ $org->name }}
@if($org->url)
{{ $org->url }} @endif |
@if($org->email)
{{ $org->email }}
@endif
@if($org->phone)
{{ $org->phone }}
@endif
@if(!$org->email && !$org->phone)
Sin datos de contacto
@endif
|
@if($org->wp_id) Sincronizado @else Solo Local @endif | @if(auth()->user()->isAdmin())@endif |