From c05b5362534dbdeffabbe60101c5156374eb581b Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 1 Dec 2025 14:48:17 +0530 Subject: [PATCH] Added sticker printing create resource file --- .../pages/create-sticker-printing.blade.php | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 resources/views/filament/resources/sticker-printing-resource/pages/create-sticker-printing.blade.php 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 + +
+ +