{{url(‘/logout’)}} is not working in laravel

By | March 29, 2017

Above function displays the link as below

Solution: This issue usulay showing related to the view file.most of the case blade is missed in the file name

For example instead of viewfile.blade.php may be used as viewfile.php