@include('alerts.errors')
@include('alerts.success')
@if ( $solicitud->estado == App\Models\Solicitud::ESTADO_EN_PROCESO )
@can(App\Constants\PermisosConstants::APROBAR_SOLICITUD_INFORMACION_PUBLICA)
@endcan
@can(App\Constants\PermisosConstants::RECHAZAR_SOLICITUD_INFORMACION_PUBLICA)
@endcan
@endif
@if ( $solicitud->estado == App\Models\Solicitud::ESTADO_APROBADA )
@can(App\Constants\PermisosConstants::DAR_BAJA_INFORMACION_PUBLICA)
@endcan
@endif
@include('pages.solicitud.partials.include_form_solicitud_archivo', [
'data' => $solicitud,
'visualizar' => true
])
@if ( $solicitud->estado == App\Models\Solicitud::ESTADO_EN_PROCESO || $solicitud->estado == App\Models\Solicitud::ESTADO_APROBADA)
@endif
@if ( $solicitud->estado == App\Models\Solicitud::ESTADO_EN_PROCESO || $solicitud->estado == App\Models\Solicitud::ESTADO_APROBADA)
@endif