Add title sections to invoices backend and frontend, #41

This commit is contained in:
2025-11-19 10:12:45 +01:00
parent 250c4538aa
commit d1656b56a0
7 changed files with 80 additions and 31 deletions
+1
View File
@@ -12,6 +12,7 @@ class LineItem extends Model
protected $fillable = [
'invoice_id',
'position',
'is_section',
'title',
'description',
'quantity',