platform icon indicating copy to clipboard operation
platform copied to clipboard

Refactor field views without usage @component

Open tabuna opened this issue 7 months ago • 0 comments

Before:

@component($typeForm, get_defined_vars())
  {{-- Code --}}
@endcomponent

After:

{{-- Code --}}

tabuna avatar May 24 '25 00:05 tabuna