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 +