From 4381792b05e95d78dcd348c18960a7c39eb4f5cf Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 17 Apr 2024 12:48:01 +0200 Subject: [PATCH] Refactor variable name display in stack-form.blade.php --- .../views/livewire/project/service/stack-form.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/service/stack-form.blade.php b/resources/views/livewire/project/service/stack-form.blade.php index 4adb684f9..0145c2baf 100644 --- a/resources/views/livewire/project/service/stack-form.blade.php +++ b/resources/views/livewire/project/service/stack-form.blade.php @@ -23,10 +23,11 @@
@foreach ($fields as $serviceName => $field) +
{{ data_get($field, 'serviceName') }}{{ data_get($field, 'name') }}
@endforeach