@extends('layouts.demo10.base') @section('content') @can('view.odk_central')

ODK Form Data

Home / Projects / {{ $currentProject->name ?? 'Project' }} / ODK Forms
@csrf
@can('edit.odk_central') @endcan
@endcan @cannot('view.odk_central')

Access Denied

You do not have permission to view this page.

@endcannot

Generating Schema

Please wait, we are generating the schema for this form.

@endsection @section('scripts') @vite('resources/js/odkConnection/get-form-data.js') @endsection