@php $name = $name ?? rand(10,100); $value = $value ?? ''; $title = $title ?? "Text" @endphp