@extends('layouts.app') @section('content')

Active Data Collection Forms

@if($dataCollections->isEmpty())
No active data collection forms available.
@else @foreach($dataCollections as $entry) @endforeach
Title Description Start Date End Date Actions
{{ $entry->title }} {{ $entry->description }} {{ $entry->start_date->format('Y-m-d') }} {{ $entry->end_date->format('Y-m-d') }}
@endif
@endsection