@extends('layouts.app') @section('title', 'Template Surat') @section('breadcrumb')
Kelola template surat untuk mempercepat pembuatan dokumen
Nama Template | Jenis Surat | Deskripsi | Status | Dibuat | Aksi | |
---|---|---|---|---|---|---|
{{ $template->nama_template }}
@if($template->format_nomor)
{{ $template->format_nomor }}
@endif
|
{{ $template->jenis_surat }} | @if($template->deskripsi) {{ Str::limit($template->deskripsi, 80) }} @else - @endif | @if($template->aktif) Aktif @else Non-aktif @endif |
{{ $template->created_at->format('d/m/Y') }}
{{ $template->created_at->format('H:i') }}
|
||
Tidak ada template ditemukan
Silakan tambah template baru
|