PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
livewire
/
livewire
/
src
/
Features
/
SupportNavigate
/
test-views
/
Editing: layout.blade.php
<html> <head> <meta name="csrf-token" content="{{ csrf_token() }}"> <script src="/test-navigate-asset.js?v=123"></script> </head> <body> {{ $slot }} @stack('scripts') </body> </html>
SAVE
CANCEL