// foo.balde.php
{{ csrf_field() }}
<?php
echo 'test';
?>
// ... Others code
I think it's dangerous ...
using the standard php tag allows that. If you want to do it through blade syntax add a helper.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community