@extends('layouts.app') @section('title', 'Detail Template Surat') @section('breadcrumb')
Detail informasi template surat
Nama Template: | {{ $templateSurat->nama_template }} |
Jenis Surat: | {{ $templateSurat->jenis_surat }} |
Kategori: | {{ $templateSurat->kategori }} |
Status: | @if($templateSurat->status == 'Aktif') Aktif @else Tidak Aktif @endif |
Dibuat: |
{{ $templateSurat->created_at->format('d/m/Y H:i') }}
{{ $templateSurat->created_at->diffForHumans() }} |
Diupdate: |
{{ $templateSurat->updated_at->format('d/m/Y H:i') }}
{{ $templateSurat->updated_at->diffForHumans() }} |
File Template: | Download |
{{ $templateSurat->deskripsi }}
{{ $templateSurat->kop_surat }}
{{ $templateSurat->konten_template }}
{{ $templateSurat->footer_surat }}