@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( '', $headerOption['subTitle'] ?? '', [], [], false, [] )) @extends('admin.layouts.layout', $headerOption) @section('content')
No applications yet. Click "Add New Application" to get started.
File: {{ $template->file->file_name_original ?? ($template->file->file_name ?? 'N/A') }}
Mappings: this application is mapped ({{ $template->mapped_count }} records)
Visible: {{ ($template->visible_to ?? 'everyone') == 'everyone' ? 'Everyone' : 'Specific Users' }}
Type: {{ ($template->application_type ?? 1) == 2 ? 'eSignature Application' : 'Generic Form' }}
Created: {{ $template->created_at ? $template->created_at->format('m/d/Y h:ia') : 'N/A' }}
Last Modified: {{ $template->updated_at ? $template->updated_at->format('m/d/Y h:ia') : 'N/A' }}