'components.date-input','data' => ['name' => 'request_date','value' => old('request_date', $pettyCash?->request_date?->format('Y-m-d')),'required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
withName('date-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
withAttributes(['name' => 'request_date','value' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('request_date', $pettyCash?->request_date?->format('Y-m-d'))),'required' => 'true']); ?>
renderComponent(); ?>