You can't simply load another blade file since it's (technically) not an HTML file. You'll have to create another route that returns your blade as a view then you can call
$('#dynamiccontainer').load('/route/that/returns/view');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community