I am very new in Laravel and PHP and hope that somebody can help me.
I want to add this code:
<?php
$atts = array(
"id" => 3,
"post_id" => $actor['id'],
);
rating_form( $atts );
?>
to Laravel blade view and I'm get this exception:
Symfony \ Component \ Debug \ Exception \ FatalErrorException
Call to undefined function rating_form()