Answers for "use php functions in blade"

PHP
0

how to call function in blade laravel

<div>
    <span>{{ $customFunction('custom param') }}</span>
</div>
Posted by: Guest on August-23-2021

Browse Popular Code Answers by Language