From f6c91f5b365673fa4ffa090dcf96cef4618a4a4d Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 10 Sep 2026 17:22:10 +0530 Subject: [PATCH] Added create coil packing blade file --- .../create-coil-packing.blade.php | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 resources/views/filament/resources/coil-packing-resource/create-coil-packing.blade.php diff --git a/resources/views/filament/resources/coil-packing-resource/create-coil-packing.blade.php b/resources/views/filament/resources/coil-packing-resource/create-coil-packing.blade.php new file mode 100644 index 0000000..7707732 --- /dev/null +++ b/resources/views/filament/resources/coil-packing-resource/create-coil-packing.blade.php @@ -0,0 +1,31 @@ + + + +
+ {{ $this->form }} +
+ +
+ +
+ +
+ + @foreach ($this->getFormActions() as $action) + {{ $action }} + @endforeach + +
+ + @push('scripts') + + @endpush +