@extends('layouts.admin') @section('title', 'Template Details') @section('content')

Template Details

View template information

Title

{{ $template->title }}

Code

{{ $template->code }}

Category

{{ $template->category }}

Status

{{ ucfirst($template->status) }}

Version

{{ $template->version }}

Global

{{ $template->is_global ? 'Yes' : 'No' }}

Description

{{ $template->description }}

Content

{{ $template->content }}

Notes

{{ $template->notes }}

@endsection