Skip to content

Instantly share code, notes, and snippets.

View timosz's full-sized avatar

Timos Zabetakis timosz

View GitHub Profile
@timosz
timosz / invoice-customer-details.blade.php
Last active September 24, 2025 15:14
Laravel Blade Components - Production-Quality Structure from Multi-Tenant SaaS Platform. Demonstrates component composition, data flow, conditional rendering, and internationalization in a real invoicing application.
@props([
'customer' => null,
'invoice' => null,
'isVies' => false,
'isUsCustomer' => false,
'company_region' => null,
'invoice_qrurl' => null,
])
<div class="w-full">