Hello,
This is laravel. Please help me fix the quotation so that my program works.
<button type="button" onclick="window.location.href = 'route('pemesanan')';">Beli</button>
If I click Beli (buy) it should run pemesanan (order) route. I don't think the route works correctly. please help me fix the quotation around the route. Thanks in advance.