6 lines
194 B
PHP
6 lines
194 B
PHP
@component('common.skeleton', ['parent' => 'user', 'title' => trans('general.player-manage')])
|
|
@slot('bottom')
|
|
<script>blessing.extra = @json($extra)</script>
|
|
@endslot
|
|
@endcomponent
|