How does laravel-mix package css and js in blade files

in the laravel project, when using the blade template, you often use
@ section ("style")

on the page.
<style type="text/css">
</style>

@ endsection
or
@ section ("script")

<script type="text/javascript">
</script>

@ endsection
how do the css and js in this section be packaged using laravel-mix?
or is there a similar git project for reference?
look forward to God"s advice, thank you

Feb.28,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bcd47f-2f8ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bcd47f-2f8ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?