Friday, March 23, 2018

Laravel Parse error: syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF)

Parse error: syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF)

Make sure that statements are correct, double check the example.blade.php file in your script.

For example:
@if(some statments)
@else
@endif
Disqus Comments