Tricks

Getting other fields values in ViewField blade file

Aug 31, 2022
Aprod
Form builder

You can access other fields values in the Blade file using

{{ $evaluate(fn ($get) => $get('field_name')) }}

No comments yet…