add id to route name in laravel blade
route('something.edit', ['id' => $event->data->id])
add id to route name in laravel blade
route('something.edit', ['id' => $event->data->id])
larvel route name pass id to js function
// Adding id to route name in laravel in javascript
function quick_edit_modal(id){
let productDetailApiUrl = '{{ route("seller.product_detail", ":id") }}';
productDetailApiUrl = productDetailApiUrl.replace(':id', id);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us