@extends('layouts.admin') @section('title', 'Template Details') @section('content')
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 }}