@extends('layouts.app') @section('title', 'Document Template: ' . $template->name) @section('content')
Back

{{ $template->name }}

{{ ucfirst($template->template_type) }} Template

Edit

Template Information

Name
{{ $template->name }}
Type
{{ ucfirst($template->template_type) }}
@if($template->category)
Category
{{ $template->category }}
@endif
Status
{{ $template->is_active ? 'Active' : 'Inactive' }}
@if($template->description)
Description
{{ $template->description }}
@endif
@if($template->file_path)

Template File

View Template
@endif

Details

Created By
{{ $template->creator->name ?? 'N/A' }}
Created Date
{{ $template->created_at->format('M d, Y') }}
@endsection