@props([ 'name' => 'processing', // the process indicator is rendered within the page and so by default // its hidden until a process needs to be started // you can set this to false to unhide the process indicator on page load 'hide' => true, // message to display when the process is running 'message' => '', 'class' => '', ]) @php $name = preg_replace('/[\s]/', '-', $name); $hide = parseBladewindVariable($hide); @endphp