@php $formAction = $action ?? '#'; $resolutionData = $resolucion ?? null; $fechaValue = $resolutionData?->fecha ? $resolutionData->fecha->format('Y-m-d') : ''; @endphp
@csrf @method('PUT')
tag
person corporate_fare
Asunto