0👍
✅
This works out of the box:
@section('scripts')
<script>
var competition = {!! $competition !!};
</script>
@endsection
Source:stackexchange.com