Try this :
<script> document.addEventListener('alpine:init', () => { Alpine.data('MyForm', () => ({ title: @json($post->title), })) }) </script>