Merge pull request #2618 from EnesSacid-Buker/declaration-component

Component For Js Variable Assignment In Blade
This commit is contained in:
Cüneyt Şentürk
2022-09-07 10:48:49 +03:00
committed by GitHub
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@push('scripts_start')
<script type="text/javascript">
{!! $scripts !!}
</script>
@endpush