Refactor EditPage class: Updated getRedirectUrl method to return null for staying on the same page, enhancing user experience. Added new custom Blade view for rendering dynamic data blocks, improving flexibility in content management.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@foreach($data as $item)
|
||||
{!! $item['value'] !!}
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user