Answers for "How to use function in controller in blade"

0

How to use function in controller in blade

{{ ControllerName::Functionname($params); }}
OR

<?php echo ControllerName::Functionname($params);?>
Posted by: Guest on May-22-2021

Code answers related to "How to use function in controller in blade"

Browse Popular Code Answers by Language