@extends('layouts.admin') @section('title', 'Invite Users') @section('header', 'Invite Users') @section('subheader', $survey->title) @section('header-actions') Back to Survey @endsection @section('content')
Share this link with employees via email, chat, or any communication channel.
No distribution links available. Please contact your administrator.
@endif| Status | Invited On | Completed | |
|---|---|---|---|
| {{ $invitation->email }} | @if($invitation->completed_at) Completed @elseif($invitation->sent_at) Pending @else Queued @endif | {{ $invitation->sent_at ? $invitation->sent_at->format('M d, Y') : '-' }} | {{ $invitation->completed_at ? $invitation->completed_at->format('M d, Y H:i') : '-' }} |
{{ $stats['pending'] }} people haven't completed the survey yet.
Response limit reached
@else{{ $survey->getRemainingResponses() }} responses remaining
@endif