Jan 16, 2024
0
Level 1
Template.set() load page <head> content in .tagClass together with ajax-html from ajax-route
In blade-template
Template.set('.tagClass', "{{route('routPath')}}", true, true)
load in .tagClass div together with html that returns {{route('routPath')}} in addition head-tag content
Please or to participate in this conversation.