diff --git a/resources/views/filament/resources/sticker-printing-resource/pages/create-sticker-printing.blade.php b/resources/views/filament/resources/sticker-printing-resource/pages/create-sticker-printing.blade.php new file mode 100644 index 0000000..064c68a --- /dev/null +++ b/resources/views/filament/resources/sticker-printing-resource/pages/create-sticker-printing.blade.php @@ -0,0 +1,24 @@ + +
+ {{-- Form Section --}} +
+ {{ $this->form }} +
+ + {{-- --}} + + {{-- Livewire Component (Invoice Table) --}} +
+ +
+ + {{-- Actions --}} +
+ + @foreach ($this->getFormActions() as $action) + {{ $action }} + @endforeach + +
+ +