We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efb2d7d + 28a8b17 commit 0b77d88Copy full SHA for 0b77d88
resources/views/Staff/group/edit.blade.php
@@ -22,7 +22,7 @@
22
@section('page', 'page__groups--edit')
23
24
@section('main')
25
- <section class="panelV2" x-data="{ autogroup: {{ $group->autogroup }} }">
+ <section class="panelV2" x-data="{ autogroup: {{ Js::from($group->autogroup) }} }">
26
<h2 class="panel__heading">Edit Group: {{ $group->name }}</h2>
27
<div class="panel__body">
28
<form
0 commit comments