{{ $records->total() }}
Total Forms
@if($search) @endif
@if($search)

Searching for: "{{ $search }}"

@endif @if($records->isEmpty())

@if($search) No forms found matching "{{ $search }}" @else No survey forms yet @endif

Get started by creating a new survey form.

@if(!$search) @endif
@else
@foreach ($records as $key => $item) @endforeach
# Name Description Actions
{{ $records->firstItem() + $key }}
{{ $item->name }}
{{ $item->description }}
{{-- Show Survey --}} Show Survey {{-- Answer Form --}} Answer Form {{-- View Submissions --}} View Submissions {{-- Delete Survey --}}
{{ $records->links() }}
@endif