@props([ 'name' => 'template', 'value' => null, 'errorsBag' => null, 'showErrorSpace' => true, 'options' => [], // wajib: array of template ]) @php $bag = $errorsBag ?? $errors ?? session('errors'); $hasError = $bag && $bag->has($name); @endphp