@extends('store.layout.main') @section('title', 'Add Invoice Layout') @section('page-header') @endsection @section('main-container')
@csrf
{{-- Placeholder Chips --}}
Available Placeholders โ€” click to insert at cursor ยท preview replaces with demo values
@foreach(getInvoicePlaceholderData() as $key => $demoVal) @php $preview = (strlen((string)$demoVal) < 40) ? $demoVal : '(table)'; @endphp @endforeach
{{-- Template Editor --}}
{{-- Live Preview --}}
Cancel
@endsection @section('script') @endsection