Answers for "bind to class blade laravel"

PHP
0

bind to class blade laravel

<span @class([
    'p-4',
    'font-bold' => $isActive,
    'text-gray-500' => ! $isActive,
    'bg-red' => $hasError,
])></span>
Posted by: Guest on April-04-2022

Browse Popular Code Answers by Language