@extends('layouts.demo10.base') @section('content')
| Sr No | Server URL | Project ID | Form ID | Username | Auth | Last Date | Status | @canany(['edit.odk_central', 'delete.odk_central'])Actions | @endcanany
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $connection->project_id }} | {{ $connection->form_id ?? 'Not Connected Form'}} | {{ $connection->username ?? 'N/A' }} | @if(!empty($connection->username)) Basic @elseif(!empty($connection->auth_token)) Auth @else N/A @endif | {{ $connection->updated_at->format('M d, Y') }} | {{ ucfirst($connection->status) }} | @canany(['edit.odk_central', 'delete.odk_central'])@endcanany | |
|
No ODK connections found. Start by adding a new one. |
||||||||
You do not have permission to view this page.