@extends('layouts.app') @section('title', 'Link Details') @section('content')
Template: {{ $link->template_title }}
Total Signatures
{{ $link->submission_count }}
Status
{{ $link->status }}
Expiry
{{ $link->expires_at ? date('Y-m-d', strtotime($link->expires_at)) : 'Never' }}