Challenge: Parsing Blade Echos

Write code to parse Blade echos as we did for Blade directives.

We'll cover the following...

Problem statement

Our validator parser currently only handles Blade directives. How might you ...