Multiple IF statements in custom page blade
I'm having issues with multiple IF statements in a custom page blade file, the first IF works fine and doesn't display if the variable is null, but the second $details doesn't? not sure why..
Undefined variable $details (from the @if($details)) line
https://gist.github.com/tommmoe/fcaa163097fc32faf9f085087bc58e34
0 Replies