From 64a6030513cbf99f147b38496872c4be4b46b47a Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 24 Feb 2026 13:19:58 +0530 Subject: [PATCH] Added wire master packing resource blade file --- .../create-wire-master-packing.blade.php | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 resources/views/filament/resources/wire-sticker-resource/create-wire-master-packing.blade.php diff --git a/resources/views/filament/resources/wire-sticker-resource/create-wire-master-packing.blade.php b/resources/views/filament/resources/wire-sticker-resource/create-wire-master-packing.blade.php new file mode 100644 index 0000000..7503b03 --- /dev/null +++ b/resources/views/filament/resources/wire-sticker-resource/create-wire-master-packing.blade.php @@ -0,0 +1,32 @@ + + + + +
+ {{ $this->form }} +
+ +
+ +
+ +
+ + @foreach ($this->getFormActions() as $action) + {{ $action }} + @endforeach + +
+ + @push('scripts') + + @endpush +