How when i send request to My given controller i got en error of TokenMismatchException yes because of its not laravel ajax type.
My code
$("#input-701").fileinput({
uploadUrl: '{{ Url::To("/profile/ajax") }}', // server upload action
uploadAsync: true,
maxFileCount: 1,
allowedFileExtensions: ["jpg", "gif", "png"]
});
Now how can i send verif token with this request ?