@extends('layouts.app') @section('title', 'Template Invoice') @section('content')
Kelola template invoice untuk sistem billing
| # | Nama Template | Slug | Format | Orientasi | Status | Default | Dibuat | Aksi |
|---|---|---|---|---|---|---|---|---|
| {{ $templates->firstItem() + $index }} |
{{ $template->nama_template }}
@if($template->deskripsi)
{{ Str::limit($template->deskripsi, 50) }}
@endif
|
{{ $template->slug }}
|
{{ $template->format_paper }} | {{ ucfirst($template->orientation) }} | {{ $template->status_aktif }} | @if($template->is_default) Default @else - @endif | {{ $template->created_at->format('d M Y') }} |
Mulai dengan membuat template invoice pertama Anda.
Buat Template Pertama