@extends('layouts.app') @section('title', 'Public Signing Links') @section('content')
Manage your QR codes and public URLs.
| Link Name | Template | Submissions | Status | Actions |
|---|---|---|---|---|
{{ $link->link_name }}Created: {{ date('M d, Y', strtotime($link->created_at)) }} |
{{ $link->template_title }} |
{{ $link->submission_count }} / {{ $link->submission_limit ?: '∞' }} |
{{ $link->status }} | View Details |